From de1c97e42c9b140f183f27ff1acd8af36766280c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 2 Jul 2007 20:03:12 +0000 Subject: [PATCH] - Mark BROKEN on HEAD --- science/xloops-ginac/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +.include + +.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