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
This commit is contained in:
Volker Stolz 2005-03-15 14:42:32 +00:00
parent b247ebde03
commit 9078e1f7b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131308

View File

@ -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: