diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 15:27:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 15:27:53 +0000 |
commit | 602257a540fa3f7a9fca3680af5a96aa7adeef86 (patch) | |
tree | c55f78c3cc9c77ed7704244fd77772a62dfeed0d /math/pgcalc | |
parent | 26ad9bb80657933d8e97109493df08b6d9574c36 (diff) | |
download | ports-602257a540fa3f7a9fca3680af5a96aa7adeef86.tar.gz ports-602257a540fa3f7a9fca3680af5a96aa7adeef86.zip |
Mark BROKEN on 7.0: does not compile with GCC 4.2
Notes
Notes:
svn path=/head/; revision=194917
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 |