diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:44:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:44:32 +0000 |
commit | 297940cafe038c4c09b7eccc1c048f7a47ccf57f (patch) | |
tree | e6a029718eefa2ed78f9f21faa8d17163383c54f /deskutils/cdcat | |
parent | Mark as broken with gcc4.2. While here, remove obsolete cruft. (diff) |
Mark as broken with gcc4.2.
Diffstat (limited to 'deskutils/cdcat')
-rw-r--r-- | deskutils/cdcat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index 84bdf7911378..41ddeb2b5be9 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -33,6 +33,10 @@ MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + PLIST_FILES= bin/cdcat \ share/cdcat/Authors \ share/cdcat/COPYING \ |