diff options
author | dirk <dirk@FreeBSD.org> | 2000-10-19 06:53:23 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-10-19 06:53:23 +0800 |
commit | ed2a94742e3a2617bb40fad6250e251e740b3795 (patch) | |
tree | 4f330739d874b4114bde0d88f42163bb9bd17586 /www/mod_php3/files | |
parent | 8e9013b6a09329a54508bd6227c3f5dfc3202f9e (diff) | |
download | freebsd-ports-gnome-ed2a94742e3a2617bb40fad6250e251e740b3795.tar.gz freebsd-ports-gnome-ed2a94742e3a2617bb40fad6250e251e740b3795.tar.zst freebsd-ports-gnome-ed2a94742e3a2617bb40fad6250e251e740b3795.zip |
Fix build of IMAP support.
PR: ports/22084
Submitted by: jeh
Diffstat (limited to 'www/mod_php3/files')
-rw-r--r-- | www/mod_php3/files/patch-aq | 19 |
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 |