diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:36:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:36:42 +0000 |
commit | 3b13ed569d85c125a52e8268632203e7e8051e5a (patch) | |
tree | e41a444ff55b32af776869a13d1aed9fb409962e /emulators/fmsx | |
parent | c1dc7bd8aaf888192b6dd4ee7ed68249459ee555 (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200598
Diffstat (limited to 'emulators/fmsx')
-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 |