diff options
-rw-r--r-- | lang/gprolog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index c3b5744e3e0a..a8765a57b71e 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -37,7 +37,7 @@ PLIST_SUB+= GPROLOG_VER=${PORTVERSION} .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +CONFIGURE_ARGS+=--disable-fast-call .endif post-extract: |