summaryrefslogtreecommitdiff
path: root/comms/plptools/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plptools/patches/patch-aj')
-rw-r--r--comms/plptools/patches/patch-aj24
1 files changed, 12 insertions, 12 deletions
diff --git a/comms/plptools/patches/patch-aj b/comms/plptools/patches/patch-aj
index 57d872a4ed7..14282976012 100644
--- a/comms/plptools/patches/patch-aj
+++ b/comms/plptools/patches/patch-aj
@@ -1,13 +1,13 @@
-$NetBSD: patch-aj,v 1.1 2004/05/24 16:09:35 kristerw Exp $
+$NetBSD: patch-aj,v 1.2 2004/09/08 12:14:59 wiz Exp $
---- lib/rfsvfactory.cc.orig 2004-05-24 17:47:30.000000000 +0200
-+++ lib/rfsvfactory.cc 2004-05-24 17:48:20.000000000 +0200
-@@ -74,7 +74,7 @@
- return NULL;
- }
- // Invalid protocol version
-- cerr << "rfsvfactory::create received odd protocol version from
-+ cerr << "rfsvfactory::create received odd protocol version from \
- ncpd! (" << a << ")" << endl;
- } else {
- cerr << "rfsvfactory::create sent, response not 1" << endl;
+--- ncpd/Makefile.in.orig 2003-02-04 11:27:21.000000000 +0100
++++ ncpd/Makefile.in
+@@ -212,7 +212,7 @@ CXXFLAGS = $(THREADED_CXXFLAGS)
+
+ sbin_PROGRAMS = ncpd
+
+-ncpd_LDADD = $(LIB_PLP) -lpthread
++ncpd_LDADD = $(LIB_PLP) -lpthread $(INTLLIBS)
+ ncpd_SOURCES = channel.cc link.cc linkchan.cc main.cc \
+ ncp.cc packet.cc socketchan.cc mp_serial.c
+