pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-xmlrpc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 16:57:21 UTC 2020

Modified Files:
        pkgsrc/net/php-xmlrpc: Makefile

Log Message:
net/php-xmlrpc: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/php-xmlrpc/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/php-xmlrpc/Makefile
diff -u pkgsrc/net/php-xmlrpc/Makefile:1.20 pkgsrc/net/php-xmlrpc/Makefile:1.21
--- pkgsrc/net/php-xmlrpc/Makefile:1.20 Fri Mar 20 11:58:09 2020
+++ pkgsrc/net/php-xmlrpc/Makefile      Sun May 31 16:57:21 2020
@@ -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 @@ CONFLICTS=    php-xmlrpc-[0-9]*
 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