From bfd456795e8f9ec0d3c8eb9ffce2e1bef4e9ad41 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 10 Jun 2007 18:42:17 +0000 Subject: Require GCC 4.0 or higher to build since this port makes use of tr1/memory whih does not exist in GCC 3.4.6. I have filed #446102 to track this, and hopefully this change will not be permanent. It will be interesting to see what happens when gtkmm24 is built with GCC 3.4.6 and g-s-m is built with GCC 4.x. Reported by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9016 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-system-monitor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index df4e07758..0eb250aaa 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.99 2007/05/19 21:36:23 marcus Exp $ +# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.100 2007/06/09 05:30:47 marcus Exp $ # PORTNAME= gnome-system-monitor @@ -26,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes +USE_GCC= 4.0+ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils -- cgit v1.2.3