pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/php-bcmath bcmath extension bundled with PHP 5.3 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32871ed31ec0
branches:  trunk
changeset: 395700:32871ed31ec0
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Jul 10 20:00:00 2009 +0000

description:
bcmath extension bundled with PHP 5.3 needs a patch to build as an extension module,
switch USE_PHP_EXT_PATCHES on

diffstat:

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

diffs (17 lines):

diff -r 65780565aef2 -r 32871ed31ec0 math/php-bcmath/Makefile
--- a/math/php-bcmath/Makefile  Fri Jul 10 19:58:12 2009 +0000
+++ b/math/php-bcmath/Makefile  Fri Jul 10 20:00:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/10 20:00:00 jdolecek Exp $
 
 MODNAME=               bcmath
 CATEGORIES+=           math
@@ -10,5 +10,7 @@
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 
+USE_PHP_EXT_PATCHES=   yes
+
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index