diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pearpc/Makefile | 2 | ||||
-rw-r--r-- | emulators/stella/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 11b144fec50b..80606eb90f8b 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 89ff8968116c..6d6cf5347178 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 e0cd0a621d6f..8bbe47046ddb 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 e0cd0a621d6f..8bbe47046ddb 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> |