Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 22:12:06 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/e2fsprogs Makefile
Message-ID:  <200208200512.g7K5C68V089490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208200512.g7K5C68V089490>