From cd6f803346da3cb143d5bf04948422cfa5957626 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Mon, 28 May 2007 04:39:07 +0000 Subject: [PATCH] Allow these ports to be built with GCC 4.2. --- databases/libgdamm/Makefile | 2 +- graphics/libgnomecanvasmm26/Makefile | 2 +- print/libgnomeprintmm/Makefile | 2 +- x11-toolkits/libgnomeprintuimm/Makefile | 2 +- x11-toolkits/libpanelappletmm/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 80f5d48adb60..7ddff0cd2436 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_XLIB= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= gnomehack libgda2 GNU_CONFIGURE= yes 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 diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index 40b204c50379..3472c63f5b1b 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -23,7 +23,7 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomeprefix gnomehack libgnomeprint INSTALLS_SHLIB= yes GNU_CONFIGURE= yes 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