mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/ocaml-graphics: fix build on powerpc
This commit is contained in:
parent
406e2dec9a
commit
b9dc5e646b
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e "s/(name graphics)/&\n (version ${PORTVERSION})/" \
|
||||
|
|
Loading…
Add table
Reference in a new issue