aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
Diffstat (limited to 'science')
-rw-r--r--science/xloops-ginac/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index 4d49a3efd313..d38dc1f14fa2 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -29,4 +29,10 @@ CFLAGS+= -fpermissive
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2, does not compile with GCC 3.4 against GiNaC compiled with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>