summaryrefslogtreecommitdiff
path: root/net/eggdrop/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/eggdrop/patches/patch-aj')
-rw-r--r--net/eggdrop/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/eggdrop/patches/patch-aj b/net/eggdrop/patches/patch-aj
deleted file mode 100644
index 4243e902e67..00000000000
--- a/net/eggdrop/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2002/06/25 14:05:40 kent Exp $
-
---- src/mod/Makefile.in.orig Sat Feb 2 18:14:30 2002
-+++ src/mod/Makefile.in Sat Feb 2 21:03:57 2002
-@@ -86,7 +86,7 @@
- echo "Configuring module $${modname} ..."; \
- echo ""; \
- if test ! -d $$i; then mkdir $$i; fi; \
-- (cd $$i && $(MOD_UPDIR)$(srcdir)/$$i/configure $(egg_ac_parameters) --cache-file=../../../config.cache --srcdir=$(MOD_UPDIR)$(top_srcdir)/src/mod/$$i); \
-+ (cd $$i && $(MOD_UPDIR)$(srcdir)/$$i/configure "$(egg_ac_parameters)" --cache-file=../../../config.cache --srcdir=$(MOD_UPDIR)$(top_srcdir)/src/mod/$$i); \
- fi; \
- done; \
- echo ""