diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 13:36:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 13:36:42 +0800 |
commit | ab40a2a7b1b703cb19249991e0c85814fff58881 (patch) | |
tree | fb30a1a21cd0d45401b93a9b8e7409919419dfa3 /emulators/fmsx/Makefile | |
parent | ce246a700ccaf0d2369fb09f2eeda05fae366844 (diff) | |
download | freebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.tar.gz freebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.tar.zst freebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'emulators/fmsx/Makefile')
-rw-r--r-- | emulators/fmsx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index cb70f945dac5..bf92f13f9a90 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -35,6 +35,10 @@ OPTIONS= BPP8 "With BPP8" Off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: .ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH) ${REINPLACE_CMD} -e 's/%%BPP%%/BPP32/' ${WRKSRC}/Makefile |