diff options
author | obache <obache@pkgsrc.org> | 2010-04-01 10:42:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-01 10:42:37 +0000 |
commit | 4fe229d43673e68a6a85394508cbb498386a3558 (patch) | |
tree | 7382e6e4451e76593778b43ee13b1e5472cfb4eb /www/elinks | |
parent | f2b8606adc2bfc6a83501c84975192659e8cc606 (diff) | |
download | pkgsrc-4fe229d43673e68a6a85394508cbb498386a3558.tar.gz |
Exactly disable lzma support, workaround of PR#43096.
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index a85a702c8b2..5fcec3cbc0c 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2009/10/06 10:23:45 obache Exp $ +# $NetBSD: Makefile,v 1.44 2010/04/01 10:42:37 obache Exp $ DISTNAME= elinks-0.12pre2 PKGNAME= ${DISTNAME:S/pre/rc/} @@ -21,6 +21,7 @@ USE_TOOLS+= gmake CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE} CONFIGURE_ARGS+= --enable-256-colors CONFIGURE_ARGS+= --enable-utf-8 +CONFIGURE_ARGS+= --without-lzma .include "options.mk" |