From 4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 16 Aug 2004 02:33:05 +0000 Subject: BROKEN on 5.x: Does not compile with gcc 3.4.2 --- math/gracetmpl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/gracetmpl') diff --git a/math/gracetmpl/Makefile b/math/gracetmpl/Makefile index b895beb85a8..b1fb781d232 100644 --- a/math/gracetmpl/Makefile +++ b/math/gracetmpl/Makefile @@ -28,6 +28,10 @@ INSTALL_TARGET= install python_install .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} < 500041 CFLAGS+= "${CPPFLAGS}" MAKE_ENV= LDFLAGS="${LDFLAGS}" -- cgit