summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-an')
-rw-r--r--net/arla/patches/patch-an30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/arla/patches/patch-an b/net/arla/patches/patch-an
deleted file mode 100644
index 1e749acd598..00000000000
--- a/net/arla/patches/patch-an
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-an,v 1.3 2001/08/09 13:49:00 wennmach Exp $
-
-Do not add a path to the library search path (-L) to find libsl.a. This will
-find kth-krb4's sl library, which is the wrong one. The same for libroken.
-
---- appl/bos/Makefile.in.orig Mon May 28 13:32:03 2001
-+++ appl/bos/Makefile.in Sat Aug 4 19:12:32 2001
-@@ -55,14 +55,15 @@
- READLINE_lib = @LIB_readline@
- KAFS_LIBS = @AIX_EXTRA_KAFS@ @KAFS_LIBS@
- LIB_tgetent = @LIB_tgetent@
--LIBS = -L../lib -larlalib \
-- -L../../rxdef -lrxdefclient \
-- -L../../rx -lrx \
-- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
-- -L../../lib/ko -lko -L../../util -lutil \
-- -L../../lib/sl -lsl \
-+LIBS = ../lib/libarlalib.a \
-+ ../../rxdef/librxdefclient.a \
-+ ../../rx/librx.a \
-+ ../../lwp/liblwp.a @PLWP_LIB_FLAGS@ \
-+ ../../lib/ko/libko.a \
-+ ../../util/libutil.a \
-+ ../../lib/sl/libsl.a \
- $(READLINE_lib) \
-- @LIB_roken@ \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@