diff options
author | joerg <joerg@pkgsrc.org> | 2010-05-28 15:31:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-05-28 15:31:04 +0000 |
commit | 2f7fed16b3b9fa0008b7172d1088f3470ccdad84 (patch) | |
tree | 59f1624bc1a275af89a1113b9996e7ccf90e03ba /lang/php53/patches | |
parent | d341e024c306e338478360f5af32413672653d3f (diff) | |
download | pkgsrc-2f7fed16b3b9fa0008b7172d1088f3470ccdad84.tar.gz |
Patch pdo-mysql to not append empty -I arguments.
Diffstat (limited to 'lang/php53/patches')
-rw-r--r-- | lang/php53/patches/patch-al | 13 |
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) |