diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:03:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:03:33 +0000 |
commit | cb3d79c7b21849e120dc60b36e3d6588ae4220f3 (patch) | |
tree | 32eabf5f4f1e6d109c8569959bad5e3fea1f6e80 /emulators/snes9x | |
parent | 63c24e221d2ad1b1a481232d4898ea3c2c4958c0 (diff) | |
download | ports-cb3d79c7b21849e120dc60b36e3d6588ae4220f3.tar.gz ports-cb3d79c7b21849e120dc60b36e3d6588ae4220f3.zip |
Notes
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 \ |