diff options
author | jlam <jlam> | 2000-12-17 17:18:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-17 17:18:01 +0000 |
commit | 2a92516ebf8296cf4766bc15449a50aadad169b9 (patch) | |
tree | 94d53ca534818a08ff2e901e1ddbb0f06c008c66 /www/php4/patches | |
parent | 48d50f40171f151202337cbe8e7debc124bdcc7e (diff) | |
download | pkgsrc-2a92516ebf8296cf4766bc15449a50aadad169b9.tar.gz |
Add 'www' to common CATEGORIES.
Patches to find imap-uw headers and libraries in correct location.
Diffstat (limited to 'www/php4/patches')
-rw-r--r-- | www/php4/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/php4/patches/patch-aa b/www/php4/patches/patch-aa index 67de5eb2a05..f5844594781 100644 --- a/www/php4/patches/patch-aa +++ b/www/php4/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 09:19:32 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/17 17:18:02 jlam Exp $ ---- configure.orig Sun Oct 15 13:47:10 2000 +--- configure.orig Sun Oct 15 07:47:10 2000 +++ configure +@@ -17706,7 +17706,7 @@ + ln -s "$IMAP_DIR/lib/c-client.a" "$IMAP_DIR/lib/libc-client.a" >/dev/null 2>&1 + fi + +- for lib in imap c-client4 c-client; do ++ for lib in imapuw imap c-client4 c-client; do + IMAP_LIB=$lib + + str="$IMAP_DIR/lib/lib$lib.*" @@ -37830,6 +37830,7 @@ fi |