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-toolkits | |
parent | Bump PORTREVISION for the build fix since it does change what gets installed, (diff) |
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=191625
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 66ca0c037b15..cb167f4bead0 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack gtk20 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 |