summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-10-18 22:53:23 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-10-18 22:53:23 +0000
commitb5d489ef3a6ab5e3abd4133e12817fe5ef0e45ee (patch)
tree2301f39dcc9e9e96394d949b41e07283c13bf5df /www/mod_php3
parentUpdate to 0.9.3 (diff)
Fix build of IMAP support.
PR: ports/22084 Submitted by: jeh
Notes
Notes: svn path=/head/; revision=33979
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/files/patch-aq19
1 files changed, 15 insertions, 4 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq
index dad7927fa15f..a4d0d9da4b4f 100644
--- a/www/mod_php3/files/patch-aq
+++ b/www/mod_php3/files/patch-aq
@@ -1,6 +1,17 @@
---- configure.orig Fri Feb 25 21:49:48 2000
-+++ configure Tue Feb 29 22:29:05 2000
-@@ -8961,7 +8945,7 @@
+--- configure.orig Wed Oct 11 22:24:41 2000
++++ configure Thu Oct 19 00:49:26 2000
+@@ -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 +20,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