aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
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