aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-03 04:03:12 +0800
committerpav <pav@FreeBSD.org>2007-07-03 04:03:12 +0800
commit18c317b69608f9efaf5b09a00140880d3144c95c (patch)
tree41cc893c67e0bc3bfbd405e050ed7b63659623f6 /science
parent2c69daa4c6a6022f212783e35ea581970c629597 (diff)
downloadfreebsd-ports-gnome-18c317b69608f9efaf5b09a00140880d3144c95c.tar.gz
freebsd-ports-gnome-18c317b69608f9efaf5b09a00140880d3144c95c.tar.zst
freebsd-ports-gnome-18c317b69608f9efaf5b09a00140880d3144c95c.zip
- Mark BROKEN on HEAD
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>