Remove unnecessary setting in CONFIGURE_ENV

Reason:
EXT2_NOTAIL_FL is defined in header file in newer version (v1.27), so that
set CPPFLAGS="-I${LOCALBASE}/include" will cause to include the existing
header file (maybe v1.22 or earlier, if installed) which doesn't define
EXT2_NOTAIL_FL in it.

Alternative:
Deinstalll older version of e2fsprogs then build again will be fine.

PR:		ports/41795
Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
This commit is contained in:
Yen-Ming Lee 2002-08-20 05:12:05 +00:00
parent 5f212e4966
commit 70a1ed2661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64684

View File

@ -18,9 +18,7 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-elf-shlibs
CONFIGURE_ENV= CPPFLAGS="-I/usr/include -I${LOCALBASE}/include \
-Derrcode_t=long" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-Derrcode_t=long"
MAN1= chattr.1 lsattr.1 uuidgen.1
MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \