aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-06-01 05:55:17 +0800
committerarved <arved@FreeBSD.org>2007-06-01 05:55:17 +0800
commit61de26eba28165f963443506102a48d56bd7cc4a (patch)
tree69b7ec86ccfdff8c556818da3d2b8d98a79c84e8 /irc
parent2c7a2da5a5d1294cbcf5e849056b5c4aa6f2665c (diff)
downloadfreebsd-ports-graphics-61de26eba28165f963443506102a48d56bd7cc4a.tar.gz
freebsd-ports-graphics-61de26eba28165f963443506102a48d56bd7cc4a.tar.zst
freebsd-ports-graphics-61de26eba28165f963443506102a48d56bd7cc4a.zip
Use system compiler on CURRENT
Diffstat (limited to 'irc')
-rw-r--r--irc/lostirc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index 5d0108f79af..52533097cf3 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"