aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gprolog
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-15 22:42:32 +0800
committervs <vs@FreeBSD.org>2005-03-15 22:42:32 +0800
commit056cb99e86a357d897b055459fe1dfa9d690a789 (patch)
treecdfda7a84efc1e3a18bf27fc69afe72e43fa9170 /lang/gprolog
parent1db9daa51614e24dee58f1a35ff0e6504506d62d (diff)
downloadfreebsd-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/Makefile2
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: