mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/teyjus: fix build on powerpc
This commit is contained in:
parent
5249b35092
commit
d008eb2fed
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ CFLAGS+= -Wno-error=comment
|
||||||
EXES= tjcc tjdepend tjdis tjlink tjsim
|
EXES= tjcc tjdepend tjdis tjlink tjsim
|
||||||
PLIST_FILES= ${EXES:S/^/bin\//}
|
PLIST_FILES= ${EXES:S/^/bin\//}
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
# replacing bundled and outdated OCaml headers with a symlink to
|
# replacing bundled and outdated OCaml headers with a symlink to
|
||||||
# the current headers
|
# the current headers
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue