diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-11 07:52:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-11 07:52:25 +0000 |
commit | 6f5958ac0f03fbcef2efe4878c312a6a087c381e (patch) | |
tree | aca64c701d22f69b1ad737951b8f3d9b67ac4081 /converters/orcus | |
parent | 850b6db50b0339c530715b0eb2d50bc232292899 (diff) | |
download | pkgsrc-6f5958ac0f03fbcef2efe4878c312a6a087c381e.tar.gz |
Remove zlib workaround now that zlib.pc generation for builtin is fixed.
Diffstat (limited to 'converters/orcus')
-rw-r--r-- | converters/orcus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/orcus/Makefile b/converters/orcus/Makefile index b29fdd3c47c..fe783a6b66b 100644 --- a/converters/orcus/Makefile +++ b/converters/orcus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/12/09 15:00:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/11 07:52:25 wiz Exp $ DISTNAME= liborcus-0.5.1 PKGNAME= ${DISTNAME:S/lib//} @@ -20,8 +20,6 @@ CONFIGURE_ARGS+= --with-boost-libdir=${BUILDLINK_PREFIX.boost-libs}/lib CONFIGURE_ARGS+= --with-boost-system=boost_system CONFIGURE_ARGS+= --disable-spreadsheet-model CONFIGURE_ARGS+= --disable-werror -CONFIGURE_ENV+= ZLIB_CFLAGS="-I${BUILDLINK_PREFIX.zlib}/include" -CONFIGURE_ENV+= ZLIB_LIBS="${LINKER_RPATH_FLAG}${BUILDLINK_PREFIX.zlib}/lib -L${BUILDLINK_PREFIX.zlib}/lib -lz" PKGCONFIG_OVERRIDE+= liborcus.pc.in |