aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-30 13:34:56 +0800
committerkris <kris@FreeBSD.org>2004-09-30 13:34:56 +0800
commit25f27a84f5478307f331d56ca97f5838f9c945b6 (patch)
treef8789670bd827b02d08e0a074cd1fdb60feb5369 /sysutils
parent4464a92d6c75d67107d80a3d0fad01ec898c7788 (diff)
downloadfreebsd-ports-gnome-25f27a84f5478307f331d56ca97f5838f9c945b6.tar.gz
freebsd-ports-gnome-25f27a84f5478307f331d56ca97f5838f9c945b6.tar.zst
freebsd-ports-gnome-25f27a84f5478307f331d56ca97f5838f9c945b6.zip
Switch to USE_GCC=3.4 and conditionalize on 4.9 and older systems.
Submitted by: matthias.andree@gmx.de (maintainer) Approved by: portmgr (self)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/e2fsprogs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index b49fd75f1808..26a704b54e3d 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -19,7 +19,6 @@ COMMENT= Utilities and library to manipulate an ext2 or ext3 filesystem
USE_GETTEXT= yes
.endif
-USE_GCC= 3.3
PATCH_STRIP= -p1
USE_AUTOCONF_VER= 213
USE_REINPLACE= yes
@@ -67,6 +66,10 @@ post-extract:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 491000
+USE_GCC= 3.4
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's|-DRESOURCE_TRACK||' ${WRKSRC}/e2fsck/Makefile.in
${GUNZIP_CMD} ${WRKSRC}/tests/m_*/expect*.gz