diff --git a/math/teyjus/Makefile b/math/teyjus/Makefile index 37a29e3dbaf3..f51fb4d9ae59 100644 --- a/math/teyjus/Makefile +++ b/math/teyjus/Makefile @@ -24,6 +24,12 @@ CFLAGS+= -Wno-error=comment EXES= tjcc tjdepend tjdis tjlink tjsim PLIST_FILES= ${EXES:S/^/bin\//} +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + # replacing bundled and outdated OCaml headers with a symlink to # the current headers post-patch: