aboutsummaryrefslogtreecommitdiff
path: root/math/pgcalc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-04 15:27:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-04 15:27:53 +0000
commit602257a540fa3f7a9fca3680af5a96aa7adeef86 (patch)
treec55f78c3cc9c77ed7704244fd77772a62dfeed0d /math/pgcalc
parent26ad9bb80657933d8e97109493df08b6d9574c36 (diff)
downloadports-602257a540fa3f7a9fca3680af5a96aa7adeef86.tar.gz
ports-602257a540fa3f7a9fca3680af5a96aa7adeef86.zip
Notes
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