diff options
Diffstat (limited to 'www/mod_php3/files/patch-aq')
-rw-r--r-- | www/mod_php3/files/patch-aq | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq deleted file mode 100644 index f30fea192773..000000000000 --- a/www/mod_php3/files/patch-aq +++ /dev/null @@ -1,56 +0,0 @@ ---- configure.orig Fri Oct 20 21:05:17 2000 -+++ configure Mon Feb 26 13:09:58 2001 -@@ -1626,7 +1626,7 @@ - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" -- ac_dummy="$PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib" -+ ac_dummy="$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then -@@ -4634,7 +4634,7 @@ - - echo "$ac_t""no" 1>&6 - BINNAME=php -- INSTALL_IT="cp $BINNAME \$(bindir)" -+ INSTALL_IT="cp $BINNAME \$(bindir)/php3" - - fi - -@@ -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" -- SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl" -+ SYBASE_CT_LIBS="-lct" - old_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR" - echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 -@@ -9272,7 +9272,6 @@ - SYBASE_CT_LIBS="$SYBASE_CT_LIBS -ltcl" - else - echo "$ac_t""no" 1>&6 -- SYBASE_CT_LIBS="$SYBASE_CT_LIBS -lsybtcl" - fi - - echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 -@@ -9671,7 +9670,6 @@ - PGSQL_INCDIR=$withval/include - test -d $withval/include/pgsql && PGSQL_INCDIR=$withval/include/pgsql - test -d $withval/pgsql/include && PGSQL_INCDIR=$withval/pgsql/include -- test -d $withval/include/postgresql && PGSQL_INCDIR=$withval/include/postgresql - PGSQL_LIBDIR=$withval/lib - test -d $withval/lib/pgsql && PGSQL_LIBDIR=$withval/lib/pgsql - test -d $withval/pgsql/lib && PGSQL_LIBDIR=$withval/pgsql/lib |