diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2007-05-28 12:39:07 +0800 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2007-05-28 12:39:07 +0800 |
commit | cd6f803346da3cb143d5bf04948422cfa5957626 (patch) | |
tree | 7955ca5fdf9bc7bf5292da94e46c5a299de73e54 /graphics | |
parent | 4861419558f989dd64ec0109835c54ce293ad394 (diff) | |
download | freebsd-ports-gnome-cd6f803346da3cb143d5bf04948422cfa5957626.tar.gz freebsd-ports-gnome-cd6f803346da3cb143d5bf04948422cfa5957626.tar.zst freebsd-ports-gnome-cd6f803346da3cb143d5bf04948422cfa5957626.zip |
Allow these ports to be built with GCC 4.2.
Diffstat (limited to 'graphics')
-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 |