diff options
author | acm <acm@FreeBSD.org> | 2006-12-28 09:15:04 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-28 09:15:04 +0800 |
commit | a9687f0b165bd2d6f8f4eaafbffcf05e84137c32 (patch) | |
tree | 5145f03b21ce5d0fbdf8a7611a6af5b404d2b507 /emulators | |
parent | cee97957eacd808c227497b05c511801c343457f (diff) | |
download | freebsd-ports-gnome-a9687f0b165bd2d6f8f4eaafbffcf05e84137c32.tar.gz freebsd-ports-gnome-a9687f0b165bd2d6f8f4eaafbffcf05e84137c32.tar.zst freebsd-ports-gnome-a9687f0b165bd2d6f8f4eaafbffcf05e84137c32.zip |
- Add USE_GCC=3.4+. I forgot to add it in my previous commit.
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" \ |