summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-ak')
-rw-r--r--net/arla/patches/patch-ak40
1 files changed, 0 insertions, 40 deletions
diff --git a/net/arla/patches/patch-ak b/net/arla/patches/patch-ak
deleted file mode 100644
index 190c44861b9..00000000000
--- a/net/arla/patches/patch-ak
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ak,v 1.8 2006/08/24 13:25:41 wennmach Exp $
-
-Building afsdir_check exposes a buildlink3 bug. Since we don't
-install afsdir_check, the simple work-around is not to build
-afsdir_check at all.
-
-Reorder libs: move libroken to the end.
-
-
---- arlad/Makefile.in.orig 2006-03-15 14:30:02.000000000 +0100
-+++ arlad/Makefile.in 2006-08-15 19:58:21.000000000 +0200
-@@ -25,7 +25,7 @@
-
- ARLA_SBIN = arla-cli
- ARLA_LIBEXEC = arlad
--NOINST_BIN = afsdir_check dump_state play_disco
-+NOINST_BIN = dump_state play_disco
-
- MANPAGES = \
- AliasDB.5 \
-@@ -78,7 +78,7 @@
-
- LIBS_common_post= ../lib/ko/libko.la ../util/libarlautil.la \
- ../lib/vers/libvers.la \
-- @LIB_roken@ $(RXKADLIB) $(KAFS_LIBS) @LIBS@
-+ $(RXKADLIB) $(KAFS_LIBS) @LIBS@ @LIB_roken@
-
- LIBS_arla-cli = $(LIBS_common) \
- $(LIB_sl) @LIB_readline@ \
-@@ -245,8 +245,8 @@
- arla-cli: $(arla-cli_OBJS) $(LIBDEPENDS)
- $(top_builddir)/libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(arla-cli_OBJS) $(LIBS_arla-cli)
-
--afsdir_check: $(afsdir_check_OBJS)
-- $(top_builddir)/libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(afsdir_check_OBJS) $(LIBS_afsdir_check)
-+#afsdir_check: $(afsdir_check_OBJS)
-+# $(top_builddir)/libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(afsdir_check_OBJS) $(LIBS_afsdir_check)
-
- dump_state: $(dump_state_OBJS)
- $(top_builddir)/libtool --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(dump_state_OBJS) $(LIBS_dump_state)