mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/ocaml-sqlite3: fix build on powerpc
This commit is contained in:
parent
b65c2c9888
commit
b66c3bbd99
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ PORTDOCS= CHANGES.md LICENSE.md README.md
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} \
|
||||
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/dllsqlite3_stubs.so \
|
||||
|
|
Loading…
Add table
Reference in a new issue