summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/php5/patches/patch-as25
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/php5/patches/patch-as b/lang/php5/patches/patch-as
new file mode 100644
index 00000000000..f7d43c49b16
--- /dev/null
+++ b/lang/php5/patches/patch-as
@@ -0,0 +1,25 @@
+$NetBSD: patch-as,v 1.6 2009/06/26 21:54:35 jdolecek Exp $
+
+--- ext/pdo/config.m4.orig 2009-06-26 23:43:44.000000000 +0200
++++ ext/pdo/config.m4
+@@ -34,20 +34,6 @@ if test "$PHP_PDO" != "no"; then
+
+ PHP_PDO_PEAR_CHECK
+
+- if test "$ext_shared" = "yes" ; then
+- case $host_alias in
+- *darwin*)
+- AC_MSG_ERROR([
+-Due to the way that loadable modules work on OSX/Darwin, you need to
+-compile the PDO package statically into the PHP core.
+-
+-Please follow the instructions at: http://netevil.org/node.php?nid=202
+-for more detail on this issue.
+- ])
+- ext_shared=no
+- ;;
+- esac
+- fi
+ PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c pdo_sqlstate.c, $ext_shared)
+ ifdef([PHP_ADD_EXTENSION_DEP],
+ [