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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgnomeprintuimm/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 68c67d15d22d..caccf4604d7d 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeprintui -USE_GCC= 3.4 +USE_GCC= 3.4+ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 530a6c8ef9b7..0c2d8eea8680 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack lthack gnomepanel USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes |