aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-06-20 22:02:53 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-06-20 22:02:53 +0000
commit86e17e6806194179ce0dd43e19d1c11747dd8062 (patch)
tree1893346948e8c061fd2e38dd1dc22436ba2ff2e2 /sysutils/e2fsprogs
parenta414753739eb510b6f1c0d2f292532e3918f0ed4 (diff)
downloadports-86e17e6806194179ce0dd43e19d1c11747dd8062.tar.gz
ports-86e17e6806194179ce0dd43e19d1c11747dd8062.zip
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r--sysutils/e2fsprogs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index 916888520fdf..efffa2e134b6 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -15,15 +15,13 @@ MAINTAINER?= mandree@FreeBSD.org
COMMENT?= Utilities & library to manipulate ext2/3/4 filesystems
PATCH_STRIP= -p1
+USE_GCC= 4.2+
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-fsck --disable-e2initrd-helper \
--with-root-prefix='${PREFIX}'
-#CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib \
-# -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_'
-CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib \
- -I${LOCALBASE}/include'
+CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS
MAKE_ARGS+= LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
OPTIONS?= NLS "Enable national language support" on