K 10 svn:author V 5 leeym K 8 svn:date V 27 2002-08-20T05:12:05.000000Z K 7 svn:log V 454 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) END