diff options
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 24af869e1114..3b415a99386a 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -19,6 +19,7 @@ COMMENT= Super Nintendo Entertainment System(SNES) Emulator USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes +USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-extensions CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |