From 8e97c2bb12b215952e4142e0ee19926a65a3d509 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 31 May 2007 21:55:17 +0000 Subject: [PATCH] Use system compiler on CURRENT --- games/briquolo/Makefile | 2 +- irc/lostirc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index fdb716145744..a4d4db0a1bbf 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GL= yes USE_SDL= mixer sdl ttf -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GMAKE= yes USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 5d0108f79af5..52533097cf36 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget -USE_GCC= 3.4 +USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"