diff options
Diffstat (limited to 'mbone/rat30/Makefile')
-rw-r--r-- | mbone/rat30/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index ffc96d611e3f..945fce6126e6 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -27,6 +27,10 @@ LATEST_LINK= rat30 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + do-build: (cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat) |