diff options
Diffstat (limited to 'emulators')
-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 \ |