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)
This commit is contained in:
Kris Kennaway 2004-09-30 05:34:56 +00:00
parent 84e8d56ed5
commit dd0a36e770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118504

View file

@ -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