From owner-cvs-all Mon Aug 19 22:12:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C206D37B400; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733FE43E70; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7K5C6JU089491; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7K5C68V089490; Mon, 19 Aug 2002 22:12:06 -0700 (PDT) Message-Id: <200208200512.g7K5C68V089490@freefall.freebsd.org> From: Yen-Ming Lee Date: Mon, 19 Aug 2002 22:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/e2fsprogs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/08/19 22:12:06 PDT Modified files: sysutils/e2fsprogs Makefile Log: 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) Revision Changes Path 1.5 +1 -3 ports/sysutils/e2fsprogs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message