summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-am')
-rw-r--r--net/arla/patches/patch-am37
1 files changed, 37 insertions, 0 deletions
diff --git a/net/arla/patches/patch-am b/net/arla/patches/patch-am
new file mode 100644
index 00000000000..afa5daefe4a
--- /dev/null
+++ b/net/arla/patches/patch-am
@@ -0,0 +1,37 @@
+$NetBSD: patch-am,v 1.3 2005/03/15 15:58:52 wennmach Exp $
+
+Sigh ... buildlink3 reorders libs in the wrong order. Work around.
+Add missing lib.
+
+--- appl/fs/Makefile.in.orig 2005-03-10 17:27:52.000000000 +0100
++++ appl/fs/Makefile.in 2005-03-10 17:30:09.000000000 +0100
+@@ -506,18 +506,22 @@
+ $(INC_roken)
+
+ fs_LDADD = \
+- -L../lib -larlalib \
+- -L../../rxdef -lrxdefclient \
+- -L../../rx -lrx \
+- -L../../lwp -llwp $(PLWP_LIB_FLAGS) \
++ ../lib/libarlalib.la \
++ ../../rxdef/librxdefclient.a \
++ ../../rxdef/libkaclient.a \
++ ../../rx/librx.la \
++ ../../lwp/liblwp.a \
++ $(PLWP_LIB_FLAGS) \
+ ../../lib/vers/libvers.la \
+- ../../lib/ko/libko.la ../../util/libarlautil.la \
++ ../../lib/ko/libko.la \
++ ../../util/libarlautil.la \
+ $(LIB_sl) \
+ $(READLINE_lib) \
+- $(LIB_roken) \
+ $(RXKAD_LIBS) \
+ $(KAFS_LIBS) \
+- $(RXKAD_LIBS) @LIBS@
++ $(RXKAD_LIBS) \
++ @LIBS@ \
++ $(LIB_roken) \
+
+ all: all-am
+