summaryrefslogtreecommitdiff
path: root/www/php-curl/Makefile
diff options
context:
space:
mode:
authortron <tron>2006-11-01 11:34:31 +0000
committertron <tron>2006-11-01 11:34:31 +0000
commit82a152994287949a0c85ddd832fb1aeba1cac3fc (patch)
tree17a47e1062c15ed97c2c07ee62259a71770298b3 /www/php-curl/Makefile
parent2369bb1b34c9f72ae34c58891ab2b1d8b43e8ffa (diff)
downloadpkgsrc-82a152994287949a0c85ddd832fb1aeba1cac3fc.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/Makefile')
-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"