summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-ar')
-rw-r--r--net/arla/patches/patch-ar30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/arla/patches/patch-ar b/net/arla/patches/patch-ar
new file mode 100644
index 00000000000..74051a0ba8d
--- /dev/null
+++ b/net/arla/patches/patch-ar
@@ -0,0 +1,30 @@
+$NetBSD: patch-ar,v 1.3 2005/03/15 15:58:52 wennmach Exp $
+
+Add missing lib & reorder them.
+
+--- appl/vos/Makefile.in.orig 2005-03-10 23:27:45.000000000 +0100
++++ appl/vos/Makefile.in 2005-03-10 23:29:44.000000000 +0100
+@@ -483,17 +483,19 @@
+
+ LDADD = \
+ ../lib/libarlalib.la \
+- -L../../rxdef -lrxdefclient \
++ ../../rxdef/librxdefclient.a \
++ ../../rxdef/libkaclient.a \
+ ../../rx/librx.la \
+- -L../../lwp -llwp $(PLWP_LIB_FLAGS) \
++ ../../lwp/liblwp.a $(PLWP_LIB_FLAGS) \
+ ../../lib/ko/libko.la ../../util/libarlautil.la \
+ ../../lib/vers/libvers.la \
+ $(LIB_sl) \
+ $(READLINE_lib) \
+- $(LIB_roken) \
+ $(RXKAD_LIBS) \
+ $(KAFS_LIBS) \
+- $(RXKAD_LIBS) $(LIBS)
++ $(RXKAD_LIBS) \
++ $(LIBS) \
++ $(LIB_roken)
+
+ all: all-am
+