Browse Source

math/teyjus: fix build on powerpc

overlay
Piotr Kubaj 5 months ago
parent
commit
d008eb2fed
  1. 6
      math/teyjus/Makefile

6
math/teyjus/Makefile

@ -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:

Loading…
Cancel
Save