diff options
Diffstat (limited to 'irc/dancer/files/patch-aa')
-rw-r--r-- | irc/dancer/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/irc/dancer/files/patch-aa b/irc/dancer/files/patch-aa new file mode 100644 index 000000000000..4dcf21c4e9dd --- /dev/null +++ b/irc/dancer/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile Sun Mar 18 03:58:38 2001 ++++ Makefile.new Fri Jan 3 00:51:20 2003 +@@ -26,10 +26,10 @@ + (cd src; make debug) + + src/config.h: +- (cd src; ./configure; cd ..; /bin/sh fplcheck) ++ (cd src; ./configure; cd ..) + + configure: +- (cd src; ./configure; cd ..; /bin/sh fplcheck) ++ (cd src; ./configure; cd ..) + + install: + /bin/sh installbot |