summaryrefslogtreecommitdiff
path: root/www/mod_php3/files
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-05-27 23:20:51 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-05-27 23:20:51 +0000
commit55ed67f4d0ab5f5e9a3de7cd150de115f88accc4 (patch)
tree936b42cdc36bd57f2ec988275a6c62bb75948d3b /www/mod_php3/files
parent1. Add missing continuation line. (diff)
Upgrade to PHP-3.0.8.
Notes
Notes: svn path=/head/; revision=19028
Diffstat (limited to 'www/mod_php3/files')
-rw-r--r--www/mod_php3/files/patch-aq19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq
deleted file mode 100644
index e0bca678a46c..000000000000
--- a/www/mod_php3/files/patch-aq
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../php3/configure.orig Tue Mar 2 02:35:59 1999
-+++ ../php3/configure Sun May 2 20:15:51 1999
-@@ -4508,14 +4508,14 @@
- else
- if test -f $IMAP_DIR/lib/libimap.a; then
- IMAP_LIBS="-L$IMAP_DIR/lib -limap"
-- elif test ! -f $IMAP_DIR/lib/c-client.a; then
-+ elif test ! -f $IMAP_DIR/lib/libc-client4.a; then
- if test ! -f $IMAP_DIR/lib/libc-client4.so; then
- { echo "configure: error: could not find c-client.a in $IMAP_DIR/lib !" 1>&2; exit 1; }
- else
- IMAP_LIBS="${ld_runpath_switch}$IMAP_DIR/lib -L$IMAP_DIR/lib -lc-client4"
- fi
- else
-- IMAP_LIBS="-L$IMAP_DIR/lib $IMAP_DIR/lib/c-client.a"
-+ IMAP_LIBS="-L$IMAP_DIR/lib $IMAP_DIR/lib/libc-client4.a"
- fi
- fi
- IMAP_INCLUDE="-I$IMAP_INC_DIR/"