diff options
author | vs <vs@FreeBSD.org> | 2005-03-15 22:42:32 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-15 22:42:32 +0800 |
commit | 056cb99e86a357d897b055459fe1dfa9d690a789 (patch) | |
tree | cdfda7a84efc1e3a18bf27fc69afe72e43fa9170 /lang/gprolog | |
parent | 1db9daa51614e24dee58f1a35ff0e6504506d62d (diff) | |
download | freebsd-ports-gnome-056cb99e86a357d897b055459fe1dfa9d690a789.tar.gz freebsd-ports-gnome-056cb99e86a357d897b055459fe1dfa9d690a789.tar.zst freebsd-ports-gnome-056cb99e86a357d897b055459fe1dfa9d690a789.zip |
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 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: |