diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-28 01:15:04 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-12-28 01:15:04 +0000 |
commit | fc25b8d6e47da4b90f9bbc83f64558a42e785221 (patch) | |
tree | bbea179fd4399bba1d2797150689f7104b8bea4b /emulators | |
parent | 3dcfcc678f45a44a0875c946167f83f5040faa41 (diff) | |
download | ports-fc25b8d6e47da4b90f9bbc83f64558a42e785221.tar.gz ports-fc25b8d6e47da4b90f9bbc83f64558a42e785221.zip |
Notes
Diffstat (limited to 'emulators')
-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" \ |