ports/irc/eggdrop/files/patch-aj
Foxfair Hu b3b7da74e5 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.
2003-06-11 05:32:50 +00:00

11 lines
576 B
Text

--- 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 ""