diff options
Diffstat (limited to 'math/gracetmpl/Makefile')
-rw-r--r-- | math/gracetmpl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${OSVERSION} < 500041 CFLAGS+= "${CPPFLAGS}" MAKE_ENV= LDFLAGS="${LDFLAGS}" |