summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-04-21 15:03:20 +0000
committervs <vs@FreeBSD.org>2005-04-21 15:03:20 +0000
commit79a362798668c22a4de70fe8a59ba3bc673606aa (patch)
treea18e399fca0a359cbbb2848073ead783da5fc803
parent01d7afcea3d63febf59bf0e38c46a27873539e39 (diff)
downloadFreeBSD-ports-79a362798668c22a4de70fe8a59ba3bc673606aa.zip
FreeBSD-ports-79a362798668c22a4de70fe8a59ba3bc673606aa.tar.gz
Mark as BROKEN on 4.x: Does not build with gcc2 and can't link with gcc3 since
it requires QT. Note that it's not as easy as fixing the current problem reported by pointyhat, there are more snarks lurking below.
-rw-r--r--math/pgcalc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index d19578e..dd6cb96 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -25,6 +25,10 @@ OPTIONS= ARTS "Build with aRts support" on
.include <bsd.port.pre.mk>
+.if (${OSVERSION} < 500000)
+BROKEN= "Does not build with gcc2 and can't link with gcc3"
+.endif
+
.if !defined(WITH_ARTS)
CONFIGURE_ARGS+= --without-arts
.endif
OpenPOWER on IntegriCloud