From 12521df659b26d2ffc2f42e7d886e1f6f4fa7b7a Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 28 May 2010 15:31:04 +0000 Subject: Patch pdo-mysql to not append empty -I arguments. --- lang/php53/patches/patch-al | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/php53/patches/patch-al (limited to 'lang/php53/patches') 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) -- cgit v1.2.3