pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/wv



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:51:19 UTC 2020

Modified Files:
        pkgsrc/converters/wv: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/converters/wv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/wv/Makefile
diff -u pkgsrc/converters/wv/Makefile:1.88 pkgsrc/converters/wv/Makefile:1.89
--- pkgsrc/converters/wv/Makefile:1.88  Sun Mar  8 16:47:29 2020
+++ pkgsrc/converters/wv/Makefile       Sun May 31 17:51:19 2020
@@ -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_LIBTOOL=          yes
 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