diff options
author | rh <rh@pkgsrc.org> | 1999-12-08 13:44:51 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-08 13:44:51 +0000 |
commit | caf600989d2d79a814613d2ea4336c46f1e28655 (patch) | |
tree | efd0124cfa7784ff2b8b60614266479250016a5c /net/coda5_client | |
parent | 1d1dc5b6760d6ea18fa21f6965ac6dd057ffb7f7 (diff) | |
download | pkgsrc-caf600989d2d79a814613d2ea4336c46f1e28655.tar.gz |
defuzz
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/files/patch-sum | 5 | ||||
-rw-r--r-- | net/coda5_client/patches/patch-aa | 18 |
2 files changed, 11 insertions, 12 deletions
diff --git a/net/coda5_client/files/patch-sum b/net/coda5_client/files/patch-sum index f2e76a827aa..d24413e627b 100644 --- a/net/coda5_client/files/patch-sum +++ b/net/coda5_client/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.1 1999/10/04 23:51:36 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/08 13:44:51 rh Exp $ -MD5 (patch-aa) = bc560184bce196807fa3f6a73e77ea39 -MD5 (patch-ab) = 612c72a879d3348f2f1014807f889c57 +MD5 (patch-aa) = 8a83bd311dd99d1eaf8578f08ced8d28 diff --git a/net/coda5_client/patches/patch-aa b/net/coda5_client/patches/patch-aa index efe3e561273..0ae436a588a 100644 --- a/net/coda5_client/patches/patch-aa +++ b/net/coda5_client/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.6 1999/10/04 23:51:01 hubertf Exp $ +$NetBSD: patch-aa,v 1.7 1999/12/08 13:44:52 rh Exp $ ---- configure.orig Tue Oct 5 00:24:56 1999 -+++ configure Tue Oct 5 00:25:45 1999 -@@ -1486,7 +1486,7 @@ +--- configure.orig Fri Oct 1 20:15:46 1999 ++++ configure Wed Dec 8 14:34:38 1999 +@@ -1838,7 +1838,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lncurses $LIBS" +LIBS="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses $LIBS" cat > conftest.$ac_ext <<EOF - #line 1492 "configure" + #line 1844 "configure" #include "confdefs.h" -@@ -1514,7 +1514,7 @@ +@@ -1866,7 +1866,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -20,16 +20,16 @@ $NetBSD: patch-aa,v 1.6 1999/10/04 23:51:01 hubertf Exp $ else echo "$ac_t""no" 1>&6 fi -@@ -1528,7 +1528,7 @@ +@@ -1881,7 +1881,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lncurses $LIBTERMCAP $LIBS" +LIBS="-L${LOCALBASE}/lib -Wl,-R{LOCALBASE}/lib -lncurses $LIBTERMCAP $LIBS" cat > conftest.$ac_ext <<EOF - #line 1534 "configure" + #line 1887 "configure" #include "confdefs.h" -@@ -1552,7 +1552,7 @@ +@@ -1905,7 +1905,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 |