summaryrefslogtreecommitdiff
path: root/www/php-curl
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-11-01 11:34:31 +0000
committertron <tron@pkgsrc.org>2006-11-01 11:34:31 +0000
commitde1182d7167257e8cc5ec4f62e29f8df17a26715 (patch)
tree17a47e1062c15ed97c2c07ee62259a71770298b3 /www/php-curl
parent116ef78ab921e4a8b2e91e2b12088d78f975282c (diff)
downloadpkgsrc-de1182d7167257e8cc5ec4f62e29f8df17a26715.tar.gz
Use patches from "php" package to fix the build with version 7.16.0 or
newer of the "curl" package.
Diffstat (limited to 'www/php-curl')
-rw-r--r--www/php-curl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile
index 241d104e2fd..c0f0a8f79f4 100644
--- a/www/php-curl/Makefile
+++ b/www/php-curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/06/04 16:26:56 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/11/01 11:34:31 tron Exp $
MODNAME= curl
CATEGORIES+= www
@@ -8,6 +8,8 @@ CONFLICTS= php-curl-[0-9]*
CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl}
+USE_PHP_EXT_PATCHES= yes
+
.include "../../lang/php/ext.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"