diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 23:03:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 23:03:33 +0800 |
commit | 5a8099b01935a59b65d18773dc4e6f9de3652b4e (patch) | |
tree | 31429637e37100a7430ef99d61e2e01867acb235 /emulators/snes9x | |
parent | 94f34602aa33c1cabc0b1e3ce51750de2693744b (diff) | |
download | freebsd-ports-gnome-5a8099b01935a59b65d18773dc4e6f9de3652b4e.tar.gz freebsd-ports-gnome-5a8099b01935a59b65d18773dc4e6f9de3652b4e.tar.zst freebsd-ports-gnome-5a8099b01935a59b65d18773dc4e6f9de3652b4e.zip |
Mark broken with gcc4.2.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index ed9ca9f2cd45..3a335891e661 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -44,6 +44,10 @@ OPTIONS= DEBUG "Enable debug information" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if !defined(NOPORTDOCS) PORTDOCS= controls.txt control-inputs.txt changes.txt hardware.txt \ porting.html problems.txt snapshots.txt snes9x.conf.default \ |