aboutsummaryrefslogtreecommitdiffstats
path: root/math/pgcalc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-04 23:27:53 +0800
committerpav <pav@FreeBSD.org>2007-07-04 23:27:53 +0800
commitffc33641a38dea044036916f875af0b63b5d59d2 (patch)
treee4c71eeab30b06c0e4de3f662ee9fd43b1f3ffb3 /math/pgcalc
parent9d9abbeb50c828a57f2d0d1f703a5300ede70d84 (diff)
downloadfreebsd-ports-gnome-ffc33641a38dea044036916f875af0b63b5d59d2.tar.gz
freebsd-ports-gnome-ffc33641a38dea044036916f875af0b63b5d59d2.tar.zst
freebsd-ports-gnome-ffc33641a38dea044036916f875af0b63b5d59d2.zip
Mark BROKEN on 7.0: does not compile with GCC 4.2
Diffstat (limited to 'math/pgcalc')
-rw-r--r--math/pgcalc/Makefile4
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