aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php/files/patch-configure
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-02-21 10:23:21 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-02-21 10:23:21 +0000
commit32be7c61c08a77a056db6aac1ab5698e92d8c227 (patch)
tree855c48e4a2ea79aa2e9f5e675eff3b5c1c02dc79 /lang/php/files/patch-configure
parentd04629ea10073a3a606c174568f08fc82b4d3e92 (diff)
Update to look for c-client 4.8 libs.
Disable mcrypt - it seems PHP does not like mcrypt 2.4.x at all :( PR: 25131 Submitted by: Mario Lopez <mario@patas.org> - the c-client alert
Diffstat (limited to 'lang/php/files/patch-configure')
-rw-r--r--lang/php/files/patch-configure28
1 files changed, 24 insertions, 4 deletions
diff --git a/lang/php/files/patch-configure b/lang/php/files/patch-configure
index dad7927fa15f..84ae84f538a6 100644
--- a/lang/php/files/patch-configure
+++ b/lang/php/files/patch-configure
@@ -1,6 +1,26 @@
---- configure.orig Fri Feb 25 21:49:48 2000
-+++ configure Tue Feb 29 22:29:05 2000
-@@ -8961,7 +8945,7 @@
+--- configure.old Wed Feb 21 11:11:02 2001
++++ configure Wed Feb 21 11:13:29 2001
+@@ -5147,7 +5147,7 @@
+ withval="$with_imap"
+
+ if test "$withval" = "yes"; then
+- if test -f /usr/local/include/mail.h; then
++ if test -f /usr/local/include/c-client/mail.h; then
+ withval=/usr/local
+ elif test -f /usr/include/mail.h; then
+ withval=/usr
+@@ -5157,8 +5157,8 @@
+ fi
+ if test "$withval" != "no" && test "$withval" != "yes"; then
+ IMAP_DIR=$withval
+- if test -f $IMAP_DIR/include/imap/mail.h; then
+- IMAP_INC_DIR=$IMAP_DIR/include/imap
++ if test -f $IMAP_DIR/include/c-client/mail.h; then
++ IMAP_INC_DIR=$IMAP_DIR/include/c-client
+ else
+ IMAP_INC_DIR=$withval/include
+ fi
+@@ -9231,7 +9231,7 @@
fi
SYBASE_CT_INCLUDE=-I$SYBASE_CT_INCDIR
SYBASE_CT_LFLAGS="-L$SYBASE_CT_LIBDIR"
@@ -9,7 +29,7 @@
old_LDFLAGS=$LDFLAGS
LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
-@@ -9002,7 +8986,6 @@
+@@ -9272,7 +9272,6 @@
SYBASE_CT_LIBS="$SYBASE_CT_LIBS -ltcl"
else
echo "$ac_t""no" 1>&6