mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/ocaml-text: fix build on powerpc
This commit is contained in:
parent
63e09e12a2
commit
87ef976d70
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ PCRE_CONFIGURE_ENABLE= pcre
|
|||
PCRE_BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre
|
||||
PCRE_RUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:devel/ocaml-pcre
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,"install" :: findlib_name,"install" :: "-destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,' \
|
||||
${WRKSRC}/setup.ml
|
||||
|
|
Loading…
Add table
Reference in a new issue