diff options
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index e8d90cf60fa7..418746c205da 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -26,6 +26,10 @@ OPTIONS= ARTS "Build with aRts support" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if !defined(WITH_ARTS) CONFIGURE_ARGS+= --without-arts .endif |