[52279] trunk/dports/lang/php5/files/patch-ext-pdo_oci-config.m4.diff

ryandesign at macports.org ryandesign at macports.org
Sat Jun 13 06:54:13 PDT 2009


Revision: 52279
          http://trac.macports.org/changeset/52279
Author:   ryandesign at macports.org
Date:     2009-06-13 06:54:13 -0700 (Sat, 13 Jun 2009)
Log Message:
-----------
php5: only patch the config.m4, not the configure script, since the configure script is re-generated from the config.m4s

Modified Paths:
--------------
    trunk/dports/lang/php5/files/patch-ext-pdo_oci-config.m4.diff

Modified: trunk/dports/lang/php5/files/patch-ext-pdo_oci-config.m4.diff
===================================================================
--- trunk/dports/lang/php5/files/patch-ext-pdo_oci-config.m4.diff	2009-06-13 13:50:56 UTC (rev 52278)
+++ trunk/dports/lang/php5/files/patch-ext-pdo_oci-config.m4.diff	2009-06-13 13:54:13 UTC (rev 52279)
@@ -17,20 +17,3 @@
        PDO_OCI_LIB_DIR="$PDO_OCI_IC_PREFIX"
      else
        AC_MSG_ERROR([I'm too dumb to figure out where the libraries are in your Instant Client install])
---- configure.orig	2009-01-31 18:30:13.000000000 +0100
-+++ configure	2009-01-31 18:30:45.000000000 +0100
-@@ -73611,11 +73611,11 @@
-     else
-       { echo "configure: error: I'm too dumb to figure out where the include dir is in your Instant Client install" 1>&2; exit 1; }
-     fi
--    if test -f "$PDO_OCI_IC_PREFIX/lib/oracle/$PDO_OCI_IC_VERS/client/lib/libclntsh.so" ; then
-+    if test -f "$PDO_OCI_IC_PREFIX/lib/oracle/$PDO_OCI_IC_VERS/client/lib/libclntsh.$SHLIB_SUFFIX_NAME" ; then
-       PDO_OCI_LIB_DIR="$PDO_OCI_IC_PREFIX/lib/oracle/$PDO_OCI_IC_VERS/client/lib"
--    elif test -f "$PDO_OCI_IC_PREFIX/client/lib/libclntsh.so" ; then
-+    elif test -f "$PDO_OCI_IC_PREFIX/client/lib/libclntsh.$SHLIB_SUFFIX_NAME" ; then
-       PDO_OCI_LIB_DIR="$PDO_OCI_IC_PREFIX/client/lib"
--    elif test -f "$PDO_OCI_IC_PREFIX/libclntsh.so" ; then
-+    elif test -f "$PDO_OCI_IC_PREFIX/libclntsh.$SHLIB_SUFFIX_NAME" ; then
-       PDO_OCI_LIB_DIR="$PDO_OCI_IC_PREFIX"
-     else
-       { echo "configure: error: I'm too dumb to figure out where the libraries are in your Instant Client install" 1>&2; exit 1; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090613/99696505/attachment.html>


More information about the macports-changes mailing list