diff options
author | rh <rh> | 2001-10-19 11:35:59 +0000 |
---|---|---|
committer | rh <rh> | 2001-10-19 11:35:59 +0000 |
commit | 9beee7225218d6926794cc048d9c7f46a2ec72f7 (patch) | |
tree | 5304d5fe5be46a9d91c2268a9ea461a0d0773419 /news/pan/patches | |
parent | 18c03d66be7f19d5bf044f5eed480391067a7e44 (diff) | |
download | pkgsrc-9beee7225218d6926794cc048d9c7f46a2ec72f7.tar.gz |
Update pan to 0.10.0.93. This release features minor user interface
improvements and fixes many bugs, including multithread bugs, memory
leaks, socket errors, and unabortable tasks.
Diffstat (limited to 'news/pan/patches')
-rw-r--r-- | news/pan/patches/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/pan/patches/patch-ad b/news/pan/patches/patch-ad index 51e874e3471..60a2a213a1e 100644 --- a/news/pan/patches/patch-ad +++ b/news/pan/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.1 2001/10/15 07:24:39 rh Exp $ +$NetBSD: patch-ad,v 1.2 2001/10/19 11:35:59 rh Exp $ ---- pan/base/Makefile.in.orig Fri Aug 17 05:29:12 2001 +--- pan/base/Makefile.in.orig Thu Oct 18 06:43:59 2001 +++ pan/base/Makefile.in @@ -134,7 +134,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. @@ -9,5 +9,5 @@ $NetBSD: patch-ad,v 1.1 2001/10/15 07:24:39 rh Exp $ -LIBS = @LIBS@ +LIBS = @LIBS@ -lcompat libpanbase_a_LIBADD = - libpanbase_a_OBJECTS = acache.o article.o article-thread.o base-prefs.o \ - decode.o debug.o file-grouplist.o file-headers.o fnmatch.o gnksa.o \ + libpanbase_a_OBJECTS = acache.o argset.o article.o article-thread.o \ + base-prefs.o decode.o debug.o file-grouplist.o file-headers.o fnmatch.o \ |