pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-curl Use patches from "php" package to fix the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bfe838813d3
branches:  trunk
changeset: 520883:6bfe838813d3
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 01 11:34:31 2006 +0000

description:
Use patches from "php" package to fix the build with version 7.16.0 or
newer of the "curl" package.

diffstat:

 www/php-curl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6439f51c9d11 -r 6bfe838813d3 www/php-curl/Makefile
--- a/www/php-curl/Makefile     Wed Nov 01 11:33:34 2006 +0000
+++ b/www/php-curl/Makefile     Wed Nov 01 11:34:31 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index