Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/wv converters/wv: remove unknown configure ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/239cf5390e3b
branches:  trunk
changeset: 433224:239cf5390e3b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 17:51:19 2020 +0000

description:
converters/wv: remove unknown configure options

The libiconv prefix had been an empty string anyway since the correct
identifier would have been BUILDLINK_PREFIX.iconv, not
BUILDLINK_PREFIX.libiconv.

diffstat:

 converters/wv/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 28cd007bd064 -r 239cf5390e3b converters/wv/Makefile
--- a/converters/wv/Makefile    Sun May 31 17:49:49 2020 +0000
+++ b/converters/wv/Makefile    Sun May 31 17:51:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/03/08 16:47:29 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2020/05/31 17:51:19 rillig Exp $
 
 DISTNAME=      wv-1.2.9
 PKGREVISION=   14
@@ -13,9 +13,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-libiconv=${BUILDLINK_PREFIX.libiconv}
 CONFIGURE_ARGS+=       --with-libwmf=${BUILDLINK_PREFIX.libwmf}
-CONFIGURE_ARGS+=       --with-libxml2=${BUILDLINK_PREFIX.libxml2}
 CONFIGURE_ARGS+=       --with-png=${BUILDLINK_PREFIX.png}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 



Home | Main Index | Thread Index | Old Index