From d57d2d8ed1ed540422ef3393308dd3a8cdc683c0 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 1 Apr 2010 10:42:37 +0000 Subject: [PATCH] Exactly disable lzma support, workaround of PR#43096. --- www/elinks/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/elinks/Makefile b/www/elinks/Makefile index a85a702c8b2a..5fcec3cbc0cb 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"