summaryrefslogtreecommitdiff
path: root/lang/php53/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2010-05-28 15:31:04 +0000
committerjoerg <joerg>2010-05-28 15:31:04 +0000
commit12521df659b26d2ffc2f42e7d886e1f6f4fa7b7a (patch)
tree59f1624bc1a275af89a1113b9996e7ccf90e03ba /lang/php53/patches
parent7808693dc695599ba6a891ea9db5152b9f8440c7 (diff)
downloadpkgsrc-12521df659b26d2ffc2f42e7d886e1f6f4fa7b7a.tar.gz
Patch pdo-mysql to not append empty -I arguments.
Diffstat (limited to 'lang/php53/patches')
-rw-r--r--lang/php53/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php53/patches/patch-al b/lang/php53/patches/patch-al
new file mode 100644
index 00000000000..e5b6a9df62f
--- /dev/null
+++ b/lang/php53/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2010/05/28 15:31:04 joerg Exp $
+
+--- ext/pdo_mysql/config.m4.orig 2010-05-28 15:19:37.000000000 +0000
++++ ext/pdo_mysql/config.m4
+@@ -158,7 +158,7 @@ if test "$PHP_PDO_MYSQL" != "no"; then
+ fi
+
+ dnl fix after renaming to pdo_mysql
+- PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc_path -I)
++ PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared)
+ ifdef([PHP_ADD_EXTENSION_DEP],
+ [
+ PHP_ADD_EXTENSION_DEP(pdo_mysql, pdo)