mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
archivers/ocaml-zip: fix build on powerpc
This commit is contained in:
parent
8785cb24c5
commit
be8dee0954
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ GH_ACCOUNT= xavierleroy
|
|||
GH_PROJECT= camlzip
|
||||
GH_TAGNAME= rel${PORTVERSION:S/.//}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/zip/zip.cmxs \
|
||||
${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/zip/dllcamlzip.so
|
||||
|
|
Loading…
Add table
Reference in a new issue