diff options
-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" |