summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-aj
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
commitb3b7da74e5f88f0c600cfed958151b1bfde94830 (patch)
tree0a3e2a1e4fcdb984a682c659da7fc7ea0d007cd9 /irc/eggdrop/files/patch-aj
parentUpdate to 3.0.5. (diff)
Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot. PR: 47296 Submitted by: Ulrich Spoerlein <q@uni.de> Update to the latest version 1.6.15 will followup immediately.
Notes
Notes: svn path=/head/; revision=82743
Diffstat (limited to 'irc/eggdrop/files/patch-aj')
-rw-r--r--irc/eggdrop/files/patch-aj11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/eggdrop/files/patch-aj b/irc/eggdrop/files/patch-aj
new file mode 100644
index 000000000000..763ceb028751
--- /dev/null
+++ b/irc/eggdrop/files/patch-aj
@@ -0,0 +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 @@
+ 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 ""