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