diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-19 15:44:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-19 15:44:36 +0000 |
commit | 151fef5bbe87f7489bad7e04ba8ef9005e536232 (patch) | |
tree | 26d3fb42a97f92f05faebf6b2d39f844408d94fe /net/lftp | |
parent | a258263039795319740a59efdc102fe41bb12e46 (diff) | |
download | pkgsrc-151fef5bbe87f7489bad7e04ba8ef9005e536232.tar.gz |
Don't need this one anymore.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/files/patch-sum | 7 | ||||
-rw-r--r-- | net/lftp/patches/patch-aa | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/net/lftp/files/patch-sum b/net/lftp/files/patch-sum index 82962ccc876..ed82f8db277 100644 --- a/net/lftp/files/patch-sum +++ b/net/lftp/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.1 2000/11/05 17:18:15 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2001/02/19 15:44:36 wiz Exp $ -MD5 (patch-aa) = 10572bfabafe3b5869df49f2d3044df6 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa deleted file mode 100644 index 74689ec19ff..00000000000 --- a/net/lftp/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/11/05 17:18:16 wiz Exp $ - ---- configure.orig Fri Oct 13 17:13:45 2000 -+++ configure -@@ -3031,6 +3031,8 @@ - echo "$ac_t""no" 1>&6 - fi - -+ ac_save_LIBS="$LIBS" -+LIBS="-lintl $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3036 "configure" - #include "confdefs.h" -@@ -3059,6 +3061,7 @@ - else - echo "$ac_t""no" 1>&6 - fi -+ LIBS="$ac_save_LIBS" - - - if test "$CATOBJEXT" = "NONE"; then |