diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
commit | 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch) | |
tree | 99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /mbone | |
parent | Fix gcc 4.2 build. (diff) |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Notes
Notes:
svn path=/head/; revision=194768
Diffstat (limited to 'mbone')
-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) |