mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/ocaml-camlidl: fix build on powerpc
This commit is contained in:
parent
f2e5a36188
commit
1cf9ad8128
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
|
|||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_BUILD_DEPENDS= hevea>=0:textproc/hevea
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${LN} -sf ${WRKSRC}/config/Makefile.unix ${WRKSRC}/config/Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue