summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'chat/eggdrop/patches/patch-aj')
-rw-r--r--chat/eggdrop/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/eggdrop/patches/patch-aj b/chat/eggdrop/patches/patch-aj
deleted file mode 100644
index 14b000b7ee4..00000000000
--- a/chat/eggdrop/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2003/05/24 16:43:06 salo Exp $
-
---- src/mod/Makefile.in.orig 2003-05-04 22:15:53.000000000 +0200
-+++ src/mod/Makefile.in 2003-05-24 17:07:41.000000000 +0200
-@@ -87,7 +87,7 @@
- echo "Configuring module $${modname} ..."; \
- echo ""; \
- if test ! -d $$i; then mkdir $$i; fi; \
-- (cd $$i && $(MOD_UPDIR)$(srcdir)/$$i/configure $(egg_ac_parameters) $(ENABLEIPV6) --cache-file=../../../config.cache --srcdir=$(MOD_UPDIR)$(top_srcdir)/src/mod/$$i); \
-+ (cd $$i && $(MOD_UPDIR)$(srcdir)/$$i/configure "$(egg_ac_parameters)" $(ENABLEIPV6) --cache-file=../../../config.cache --srcdir=$(MOD_UPDIR)$(top_srcdir)/src/mod/$$i); \
- fi; \
- done; \
- echo ""