aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2008-05-18 03:04:49 +0800
committerbarner <barner@FreeBSD.org>2008-05-18 03:04:49 +0800
commite5292668bbc23bc6b70f803b16b06ae7a213576f (patch)
tree014044de972af622f141eb85b0a4165c2388e3cb /devel
parent23110bc1e2ba9d71cb9eff7b6d37ace76fa965ab (diff)
downloadfreebsd-ports-gnome-e5292668bbc23bc6b70f803b16b06ae7a213576f.tar.gz
freebsd-ports-gnome-e5292668bbc23bc6b70f803b16b06ae7a213576f.tar.zst
freebsd-ports-gnome-e5292668bbc23bc6b70f803b16b06ae7a213576f.zip
Fix build on FreeBSD 7.
Requested by: many PR: ports/116513 [1], ports/123711 [2] Submitted by: Bruce Cran <bruce@cran.org.uk> [1], delphij [2]
Diffstat (limited to 'devel')
-rw-r--r--devel/valgrind-snapshot/Makefile2
-rw-r--r--devel/valgrind/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index a3f36c55ed2d..30edcd7fa5dc 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -27,6 +27,7 @@ USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS+= autoconf:261 aclocal:19 automake:19
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GCC= 3.4
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -35,7 +36,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
.if ${OSVERSION} >= 800000
IGNORE= FreeBSD 8.0 is supported yet
.elif ${OSVERSION} >= 700000
-BROKEN= does not compile
PLIST_SUB+= RELENG_5="@comment "
PLIST_SUB+= RELENG_6="@comment "
PLIST_SUB+= RELENG_7=""
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 48aea10360b7..27cd0585020c 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -25,13 +25,13 @@ USE_AUTOTOOLS+= autoconf:261 aclocal:19 automake:19
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--enable-maintainer-mode
USE_PERL5_BUILD=yes
+USE_GCC= 3.4
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
IGNORE= FreeBSD 8.x is unsupported
.elif ${OSVERSION} >= 700000
-BROKEN= does not compile
PLIST_SUB+= RELENG_5="@comment "
PLIST_SUB+= RELENG_6="@comment "
PLIST_SUB+= RELENG_7=""