diff options
author | bland <bland@FreeBSD.org> | 2007-05-28 12:39:07 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2007-05-28 12:39:07 +0800 |
commit | a214b87836351d872e3ad569898e3d8fd314bf7f (patch) | |
tree | 7234cf6f1dfe076e530e65e7bd72c149108a13a1 /graphics/libgnomecanvasmm26 | |
parent | 67e2b156df97cf6929ea2446d207949071a82d73 (diff) | |
download | freebsd-ports-gnome-a214b87836351d872e3ad569898e3d8fd314bf7f.tar.gz freebsd-ports-gnome-a214b87836351d872e3ad569898e3d8fd314bf7f.tar.zst freebsd-ports-gnome-a214b87836351d872e3ad569898e3d8fd314bf7f.zip |
Allow these ports to be built with GCC 4.2.
Diffstat (limited to 'graphics/libgnomecanvasmm26')
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 71af34349e35..af3d3ac22eb9 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -25,7 +25,7 @@ LATEST_LINK= libgnomecanvasmm26 USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack libgnomecanvas GNU_CONFIGURE= yes USE_LDCONFIG= yes |