5c4eaf5066
by Richard Rauch in private e-mail. This fixes PR pkg/15814.
13 lines
639 B
Text
13 lines
639 B
Text
$NetBSD: patch-aa,v 1.4 2002/03/10 20:43:47 tron Exp $
|
|
|
|
--- kpilot/conduits/null/Makefile.in.orig Sat Nov 10 09:21:48 2001
|
|
+++ kpilot/conduits/null/Makefile.in Sun Mar 10 21:13:39 2002
|
|
@@ -240,7 +240,7 @@
|
|
|
|
# the libraries to link against. Be aware of the order. First the libraries,
|
|
# that depend on the following ones.
|
|
-null_conduit_LDADD = -lconduit -lpilotdb $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KDECORE) @LIBSOCKET@ -lpisock -lconduit
|
|
+null_conduit_LDADD = -lconduit $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KDECORE) @LIBSOCKET@ -lpisock -lconduit -lpilotdb
|
|
|
|
|
|
# this option you can leave out. Just, if you use "make dist", you need it
|