diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-24 14:07:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-24 14:07:46 +0800 |
commit | 488082615104339e6d33304eaec39ae592d5ae5d (patch) | |
tree | 074f201b6eb97c2dc2f691531498e116f5ab1639 /x11-toolkits/libgnomeuimm26 | |
parent | d4ee486cafb7438e2729c51f7b2f2c54696f6024 (diff) | |
download | freebsd-ports-gnome-488082615104339e6d33304eaec39ae592d5ae5d.tar.gz freebsd-ports-gnome-488082615104339e6d33304eaec39ae592d5ae5d.tar.zst freebsd-ports-gnome-488082615104339e6d33304eaec39ae592d5ae5d.zip |
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-toolkits/libgnomeuimm26')
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 775fabe7902d..bdb4c9e4f893 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -30,7 +30,7 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack libgnomeui GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |