diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-20 05:25:52 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-20 05:25:52 +0000 |
commit | f5c657a4aa99896960ece5f1bd969c0c5ab8dc99 (patch) | |
tree | 1eb7f9f4f879cfff88598b0172b4a1276f669d68 /irc/dancer/files/patch-aa | |
parent | o Update to 4.3.3RC1. (diff) |
Add dancer 4.16,
an IRC bot written in C for UNIX, Windows, and
AmigaOS.
PR: 46706
Submitted by: Dominic Marks <dom@cus.org.uk>
Notes
Notes:
svn path=/head/; revision=83340
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 |