diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-24 06:07:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-24 06:07:46 +0000 |
commit | 25785909cc4e852ca4c8e3dd1042f0b170f03d93 (patch) | |
tree | 03d4d570bf0fcfb606c90ebd34e9a5b567fcf477 /x11 | |
parent | 56df43425024cd368ba3a17a75af0c27a3e85fae (diff) | |
download | freebsd-ports-25785909cc4e852ca4c8e3dd1042f0b170f03d93.zip |
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomemm26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 8c9236c06d14..ce58b9f1cde4 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -25,7 +25,7 @@ LATEST_LINK= libgnomemm26 USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes |