diff options
author | vs <vs@FreeBSD.org> | 2005-03-15 14:42:32 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-15 14:42:32 +0000 |
commit | 056cb99e86a357d897b055459fe1dfa9d690a789 (patch) | |
tree | cdfda7a84efc1e3a18bf27fc69afe72e43fa9170 /lang/gprolog | |
parent | 1db9daa51614e24dee58f1a35ff0e6504506d62d (diff) | |
download | FreeBSD-ports-056cb99e86a357d897b055459fe1dfa9d690a789.zip FreeBSD-ports-056cb99e86a357d897b055459fe1dfa9d690a789.tar.gz |
Unbreak on 5.x by disabling fast-calls. Notice that you will still see
build errors if you have -march=pentium4 in your CFLAGS
PR: ports/78794
Submitted by: Arne Wörner
Diffstat (limited to 'lang/gprolog')
-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 c3b5744..a8765a5 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: |