math/teyjus: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 15:53:03 +01:00
parent 5249b35092
commit d008eb2fed
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ CFLAGS+= -Wno-error=comment
EXES= tjcc tjdepend tjdis tjlink tjsim
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
# the current headers
post-patch: