aboutsummaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-04 15:38:18 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-10-04 15:38:18 +0000
commit11cac61c35ad92d72c72d8bd5bdb8b091c57e8dd (patch)
tree430637975240a5c992f3fafd9f0869a7e18d4827 /emulators/snes9x
parent7e78d9f0d11134896dde53268618389a866461c0 (diff)
- Remove USE_GCC
- Remove BROKEN, new version of snes9x compiles fine on CURRENT Suggested and reported by: miwi
Notes
Notes: svn path=/head/; revision=200825
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 275dc51d54b3..bd2a3ad6bd89 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snes9x
PORTVERSION= 1.51
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://files.ipherswipsite.com/snes9x/ \
http://www.geocities.co.jp/SiliconValley-PaloAlto/2560/release/ \
@@ -19,7 +20,6 @@ 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" \
@@ -44,10 +44,6 @@ 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 faqs.txt snapshots.txt snes9x.conf.default \