diff options
Diffstat (limited to 'net/arla/patches/patch-ay')
-rw-r--r-- | net/arla/patches/patch-ay | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/arla/patches/patch-ay b/net/arla/patches/patch-ay deleted file mode 100644 index 8536b8d140b..00000000000 --- a/net/arla/patches/patch-ay +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ay,v 1.1 2001/08/09 13:49:01 wennmach Exp $ - -Don't use search path for libroken. - ---- appl/kalog/Makefile.in.orig Sat Aug 4 18:30:31 2001 -+++ appl/kalog/Makefile.in Sat Aug 4 18:31:21 2001 -@@ -59,7 +59,7 @@ - -L../../rx -lrx \ - -L../../lwp -llwp @PLWP_LIB_FLAGS@ \ - -L../../lib/ko -lko -L../../util -lutil \ -- @LIB_roken@ \ -+ ../../lib/roken/libroken.a \ - $(RXKAD_LIBS) \ - $(KAFS_LIBS) \ - $(RXKAD_LIBS) @LIBS@ |