Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/php-xmlrpc net/php-xmlrpc: remove unknown configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0cb784fbcea
branches: trunk
changeset: 433199:b0cb784fbcea
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 31 16:57:21 2020 +0000
description:
net/php-xmlrpc: remove unknown configure option
diffstat:
net/php-xmlrpc/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 813b96c22fca -r b0cb784fbcea net/php-xmlrpc/Makefile
--- a/net/php-xmlrpc/Makefile Sun May 31 16:51:29 2020 +0000
+++ b/net/php-xmlrpc/Makefile Sun May 31 16:57:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/03/20 11:58:09 nia Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/31 16:57:21 rillig Exp $
MODNAME= xmlrpc
CATEGORIES+= net
@@ -9,10 +9,13 @@
HOMEPAGE= http://xmlrpc-epi.sourceforge.net/
USE_PHP_EXT_PATCHES= YES
-CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/phpversion.mk"
+.if ${PKG_PHP_VERSION} != 56
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+.endif
+
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
.include "../../converters/libiconv/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index