aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-06-21 16:15:17 +0800
committermandree <mandree@FreeBSD.org>2011-06-21 16:15:17 +0800
commit442d8acdbcbf68651e66e15dba1d8fa10081d57c (patch)
tree0a719b9d9dc9dd140af8f9da41bb048b84cbdd68 /sysutils/e2fsprogs
parentf77674e60fff3b7d1e0b8bce5590dfe57b5ba99e (diff)
downloadfreebsd-ports-gnome-442d8acdbcbf68651e66e15dba1d8fa10081d57c.tar.gz
freebsd-ports-gnome-442d8acdbcbf68651e66e15dba1d8fa10081d57c.tar.zst
freebsd-ports-gnome-442d8acdbcbf68651e66e15dba1d8fa10081d57c.zip
Use USE_CSTD=gnu89 instead of USE_GCC.
Submitted by: kwm@ (via ports/ports-committers@), thanks
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index efffa2e134b6..f3bcada2b3a9 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -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 \