summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-05 17:11:39 +0000
committerjdolecek <jdolecek>2004-11-05 17:11:39 +0000
commit01b1d889c8f6e890102f2ae863b14451af38694e (patch)
tree89a1969994af5555fc7a3f3db8d11fca07670f21 /misc
parent9ac2223a9c8ee18e8b10905a1f8a64886fb98bec (diff)
downloadpkgsrc-01b1d889c8f6e890102f2ae863b14451af38694e.tar.gz
now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
Diffstat (limited to 'misc')
-rw-r--r--misc/php-calendar/Makefile5
-rw-r--r--misc/php-mbstring/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/php-calendar/Makefile b/misc/php-calendar/Makefile
index e255dfbdbee..90e0111d71c 100644
--- a/misc/php-calendar/Makefile
+++ b/misc/php-calendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= calendar
CATEGORIES+= misc
@@ -7,8 +7,7 @@ COMMENT= PHP extension for calendar conversion support
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --enable-${MODNAME}
+.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/php-mbstring/Makefile b/misc/php-mbstring/Makefile
index 8de5d8b80d0..7ff738a3542 100644
--- a/misc/php-mbstring/Makefile
+++ b/misc/php-mbstring/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= mbstring
CATEGORIES+= misc
@@ -7,8 +7,7 @@ COMMENT= PHP extension for multibyte characters support (currently, Japanese on
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"