From 79a362798668c22a4de70fe8a59ba3bc673606aa Mon Sep 17 00:00:00 2001 From: vs Date: Thu, 21 Apr 2005 15:03:20 +0000 Subject: 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. --- math/pgcalc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index d19578ed4ad0..dd6cb96863f1 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -25,6 +25,10 @@ OPTIONS= ARTS "Build with aRts support" on .include +.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 -- cgit