diff options
author | maho <maho@FreeBSD.org> | 2006-05-28 16:43:43 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-05-28 16:43:43 +0800 |
commit | d95831270525a5246f93c1a1aa56f1a09312e8d6 (patch) | |
tree | d54fda72fa0cdf27c86cc0781d58c718f5d30a33 | |
parent | 1a5a681933084dfdd044c0c13560ce687daaed68 (diff) | |
download | freebsd-ports-gnome-d95831270525a5246f93c1a1aa56f1a09312e8d6.tar.gz freebsd-ports-gnome-d95831270525a5246f93c1a1aa56f1a09312e8d6.tar.zst freebsd-ports-gnome-d95831270525a5246f93c1a1aa56f1a09312e8d6.zip |
Mark as broken for 6.1
Submitted by: kris via pointyhat
-rw-r--r-- | lang/gcc41-withgcjawt/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/gcc41-withgcjawt/Makefile b/lang/gcc41-withgcjawt/Makefile index ad41a1019cd0..2883ee57652b 100644 --- a/lang/gcc41-withgcjawt/Makefile +++ b/lang/gcc41-withgcjawt/Makefile @@ -14,5 +14,9 @@ DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes +.if ${OSVERSION} >= 600105 +BROKEN= Does not compile on FreeBSD >= 6.1 +.endif + MASTERDIR= ${.CURDIR}/../../lang/gcc41 .include "${MASTERDIR}/Makefile" diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile index ad41a1019cd0..2883ee57652b 100644 --- a/lang/gcc42-withgcjawt/Makefile +++ b/lang/gcc42-withgcjawt/Makefile @@ -14,5 +14,9 @@ DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes +.if ${OSVERSION} >= 600105 +BROKEN= Does not compile on FreeBSD >= 6.1 +.endif + MASTERDIR= ${.CURDIR}/../../lang/gcc41 .include "${MASTERDIR}/Makefile" |