summaryrefslogtreecommitdiff
path: root/net/php-xmlrpc
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-10 16:41:51 +0000
committerjoerg <joerg>2007-08-10 16:41:51 +0000
commit6a134923a907179c0d5ef51abe6b5f841303823a (patch)
treebc4629f9433b925d8deaeea2781278c4004d3b69 /net/php-xmlrpc
parentbfda5e28f75863c027ceae8a3b7934a880f84821 (diff)
downloadpkgsrc-6a134923a907179c0d5ef51abe6b5f841303823a.tar.gz
Cleanup conditional for systems without native iconv.
Based on patch from Yakovetsky Vladimir in PR 36766.
Diffstat (limited to 'net/php-xmlrpc')
-rw-r--r--net/php-xmlrpc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/php-xmlrpc/Makefile b/net/php-xmlrpc/Makefile
index 4e4ee2b6089..490afcd3c5d 100644
--- a/net/php-xmlrpc/Makefile
+++ b/net/php-xmlrpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/08/10 16:41:51 joerg Exp $
MODNAME= xmlrpc
CATEGORIES+= net
@@ -31,9 +31,8 @@ CHECK_BUILTIN.iconv:= yes
.include "../../converters/libiconv/builtin.mk"
CHECK_BUILTIN.iconv:= no
-.if !empty(USE_BUILTIN.iconv:M[nN][oO]) || \
- !empty(BUILTIN_LIB_FOUND.iconv:M[yY][eE][sS])
-CONFIGURE_ARGS+= --with-iconv-dir=shared,${BUILDLINK_PREFIX.iconv}
+.if !empty(USE_BUILTIN.iconv:M[nN][oO])
+CONFIGURE_ARGS+= --with-iconv-dir=${BUILDLINK_PREFIX.iconv}
.else
CONFIGURE_ARGS+= --with-iconv-dir
.endif