From 4464a92d6c75d67107d80a3d0fad01ec898c7788 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 30 Sep 2004 05:32:00 +0000 Subject: Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/wine-devel/Makefile') 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 -- cgit