From 541106d9b3c81a752db88dcf5adee20299c9965e Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 27 May 1999 23:24:34 +0000 Subject: re-add file patch-aq... --- www/mod_php3/files/patch-aq | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/mod_php3/files/patch-aq (limited to 'www/mod_php3/files/patch-aq') diff --git a/www/mod_php3/files/patch-aq b/www/mod_php3/files/patch-aq new file mode 100644 index 000000000000..b63c36ba4173 --- /dev/null +++ b/www/mod_php3/files/patch-aq @@ -0,0 +1,20 @@ +--- ../php3/configure.orig Sat May 22 21:38:24 1999 ++++ ../php3/configure Fri May 28 01:04:36 1999 +@@ -4657,7 +4657,7 @@ + IMAP_LIBS="${apxs_runpath_switch}$IMAP_DIR/lib' -L$IMAP_DIR/lib -limap" + # for FreeBSD + elif test -f $IMAP_DIR/lib/libc-client4.a; then +- IMAP_LIBS="${apxs_runpath_switch}$IMAP_DIR/lib' -L$IMAP_DIR/lib -lc-client4" ++ IMAP_LIBS="$IMAP_DIR/lib/libc-client4.a" + elif test ! -f $IMAP_DIR/lib/libc-client.a; then + if test ! -f $IMAP_DIR/lib/libc-client4.so; then + { echo "configure: error: You need to copy or link $IMAP_DIR/lib/c-client.a to $IMAP_DIR/lib/libc-client.a" 1>&2; exit 1; } +@@ -4672,7 +4672,7 @@ + IMAP_LIBS="-L$IMAP_DIR/lib -limap" + # for FreeBSD + elif test -f $IMAP_DIR/lib/libc-client4.a; then +- IMAP_LIBS="${apxs_runpath_switch}$IMAP_DIR/lib' -L$IMAP_DIR/lib -lc-client4" ++ IMAP_LIBS="$IMAP_DIR/lib/libc-client4.a" + elif test ! -f $IMAP_DIR/lib/c-client.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; } -- cgit v1.2.3