diff options
author | shattered <shattered@pkgsrc.org> | 2011-02-15 20:52:24 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-02-15 20:52:24 +0000 |
commit | 73fac14845a7422a4a1cb8bb02b45d89b69c0010 (patch) | |
tree | bef046ea428dea9b381cb8d758c455f6524282bf /lang/php5/Makefile | |
parent | cf7b3cc08bdf836a6006340b26e563d0cf80ca49 (diff) | |
download | pkgsrc-73fac14845a7422a4a1cb8bb02b45d89b69c0010.tar.gz |
Re-enable DL_AUTO_VARS -- makes PHP CLI work again with extensions that
are linked to pthread (like mysql.so).
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 6af89b7142c..e91ef909463 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2010/12/13 13:15:45 taca Exp $ +# $NetBSD: Makefile,v 1.82 2011/02/15 20:52:24 shattered Exp $ PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5 |