- Update to version 0.3.2 New file: Makefile.man files/patch-configure
Lately KATO Tsuguru told: > diff -urN /usr/ports/archivers/libcomprex/Makefile archivers/libcomprex/Makefile [...] > -LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl > + ^^ stray newline > +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ > + curl.2:${PORTSDIR}/ftp/curl > .if !exists(/usr/bin/bzip2) > LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 > .endif > > USE_LIBTOOL= yes > -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" > +LIBTOOLFLAGS= # none > +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > + LDFLAGS="-L${LOCALBASE}/lib -lintl" use CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" etc so that people can customize behavior? (static etc) cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News
On Wed, 22 Jan 2003 13:22:43 +0100 "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> wrote: > use CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" etc so > that people can customize behavior? (static etc) I suppose it isn't preferable to allow each user to customize configurations other than that are indicated explicitly with WITH_foo/WITHOUT_foo knob.
State Changed From-To: open->closed Committed, thanks!