summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-al')
-rw-r--r--net/arla/patches/patch-al20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/arla/patches/patch-al b/net/arla/patches/patch-al
new file mode 100644
index 00000000000..235125b162a
--- /dev/null
+++ b/net/arla/patches/patch-al
@@ -0,0 +1,20 @@
+$NetBSD: patch-al,v 1.3 2005/03/15 15:58:52 wennmach Exp $
+
+Add missing lib and reorder.
+
+--- appl/amon/Makefile.in.orig 2005-03-10 13:45:49.000000000 +0100
++++ appl/amon/Makefile.in 2005-03-10 14:13:32.000000000 +0100
+@@ -459,9 +459,11 @@
+
+ amon_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/vers/libvers.la \
+ ../../lib/ko/libko.la \
+ ../../util/libarlautil.la \