blob: 60a2a213a1e57dd9a9a5395f6e3537067578f3a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2001/10/19 11:35:59 rh Exp $
--- 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../..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lcompat
libpanbase_a_LIBADD =
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 \
|