From 3ee20a81fbe38cbba4000ad893e1ac81e953f2eb Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 May 2007 03:03:31 +0000 Subject: BROKEN with gcc 4.2 --- math/gambit/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/gambit') diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 3d3fae6..01fb578 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -30,7 +30,13 @@ LDFLAGS= ${PTHREAD_LIBS} CFLAGS+= -O2 -fno-strict-aliasing .endif +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure -.include +.include -- cgit v1.1