pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/yaz
Module Name: pkgsrc
Committed By: rillig
Date: Fri May 8 05:04:18 UTC 2020
Modified Files:
pkgsrc/net/yaz: Makefile
Log Message:
net/yaz: remove unknown configure option
The configure script does not contain "openssl" anywhere.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/yaz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/yaz/Makefile
diff -u pkgsrc/net/yaz/Makefile:1.77 pkgsrc/net/yaz/Makefile:1.78
--- pkgsrc/net/yaz/Makefile:1.77 Sun Apr 12 08:28:04 2020
+++ pkgsrc/net/yaz/Makefile Fri May 8 05:04:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/04/12 08:28:04 adam Exp $
+# $NetBSD: Makefile,v 1.78 2020/05/08 05:04:18 rillig Exp $
#
DISTNAME= yaz-4.1.6
@@ -21,7 +21,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config tclsh
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv}
-CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-xml2=${BUILDLINK_PREFIX.libxml2}
# backtrace and backtrace_symbols
Home |
Main Index |
Thread Index |
Old Index