summaryrefslogtreecommitdiff
path: root/math/php-bcmath
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2009-07-10 20:00:00 +0000
committerjdolecek <jdolecek@pkgsrc.org>2009-07-10 20:00:00 +0000
commit24b7b572e56c4bbbb8c5dd57be3291a3419a6cc0 (patch)
tree0d92711477583d905c6e9fb0056f442319ca6328 /math/php-bcmath
parent422582b2773d2182674f502bdc7ffe3920955186 (diff)
downloadpkgsrc-24b7b572e56c4bbbb8c5dd57be3291a3419a6cc0.tar.gz
bcmath extension bundled with PHP 5.3 needs a patch to build as an extension module,
switch USE_PHP_EXT_PATCHES on
Diffstat (limited to 'math/php-bcmath')
-rw-r--r--math/php-bcmath/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile
index 404b96e4e19..c1624d96462 100644
--- a/math/php-bcmath/Makefile
+++ b/math/php-bcmath/Makefile
@@ -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 @@ CONFLICTS= php-bcmath-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
+USE_PHP_EXT_PATCHES= yes
+
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"