summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
committerkris <kris@FreeBSD.org>2004-09-30 05:32:00 +0000
commit4464a92d6c75d67107d80a3d0fad01ec898c7788 (patch)
treeed0be373c8aa46f552be1016de2403c814f39ddb /emulators
parentca3675066354ff78b8e332e7379b3a9e82b633c6 (diff)
downloadFreeBSD-ports-4464a92d6c75d67107d80a3d0fad01ec898c7788.zip
FreeBSD-ports-4464a92d6c75d67107d80a3d0fad01ec898c7788.tar.gz
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pearpc/Makefile2
-rw-r--r--emulators/stella/Makefile2
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 11b144f..80606eb 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --enable-cpu=generic
.endif
.if ${OSVERSION} < 500000
-USE_GCC= 3.3
+USE_GCC= 3.4
CFLAGS+= -DFREEBSD_MB_SUPPORT
.endif
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 89ff896..6d6cf53 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/src/build
-USE_GCC= 3.3
+USE_GCC= 3.4
USE_GNOME= pkgconfig
USE_SDL= sdl
USE_GMAKE= yes
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index e0cd0a6..8bbe470 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -31,7 +31,7 @@ USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut.
USE_XPM= yes
# GCC 3.2 also seems fine, but the ports collection requires specifying
# a concrete version.
-USE_GCC= 3.3
+USE_GCC= 3.4
.include <bsd.port.pre.mk>
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index e0cd0a6..8bbe470 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -31,7 +31,7 @@ USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut.
USE_XPM= yes
# GCC 3.2 also seems fine, but the ports collection requires specifying
# a concrete version.
-USE_GCC= 3.3
+USE_GCC= 3.4
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud