Use USE_CSTD=gnu89 instead of USE_GCC.

Submitted by: kwm@ (via ports/ports-committers@), thanks
This commit is contained in:
Matthias Andree 2011-06-21 08:15:17 +00:00
parent bef7f8cc87
commit e7d35158da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275973

View file

@ -15,8 +15,8 @@ MAINTAINER?= mandree@FreeBSD.org
COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems
PATCH_STRIP= -p1
USE_GCC= 4.2+
USE_GMAKE= yes
USE_CSTD= gnu89
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-fsck --disable-e2initrd-helper \