summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'irc/eggdrop/files/patch-aj')
-rw-r--r--irc/eggdrop/files/patch-aj10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/eggdrop/files/patch-aj b/irc/eggdrop/files/patch-aj
index 763ceb028751..905f7e1026ed 100644
--- a/irc/eggdrop/files/patch-aj
+++ b/irc/eggdrop/files/patch-aj
@@ -1,11 +1,11 @@
---- 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 @@
+--- src/mod/Makefile.in.orig Mon Jun 2 11:36:50 2003
++++ src/mod/Makefile.in Mon Jun 2 11:39:02 2003
+@@ -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) --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); \
+- (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 ""