diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-22 05:01:11 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-22 05:01:11 +0000 |
commit | 37c4dde05be3deac18777062b84b71eed884bf1a (patch) | |
tree | 0157c3caa983330ccd02019ee8cd220f80cfa245 /net-irc/quirc/files | |
parent | new version (diff) | |
download | gentoo-2-37c4dde05be3deac18777062b84b71eed884bf1a.tar.gz gentoo-2-37c4dde05be3deac18777062b84b71eed884bf1a.tar.bz2 gentoo-2-37c4dde05be3deac18777062b84b71eed884bf1a.zip |
Version bump. Marked as unstable. Please comment on bug #9303.
Patched c++ code to compile properly and added CXX="g++" to the ebuild.
Diffstat (limited to 'net-irc/quirc/files')
-rw-r--r-- | net-irc/quirc/files/0.9.83-gentoo.diff | 35 | ||||
-rw-r--r-- | net-irc/quirc/files/digest-quirc-0.9.83 | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/net-irc/quirc/files/0.9.83-gentoo.diff b/net-irc/quirc/files/0.9.83-gentoo.diff new file mode 100644 index 000000000000..d798a57fba23 --- /dev/null +++ b/net-irc/quirc/files/0.9.83-gentoo.diff @@ -0,0 +1,35 @@ +diff -urN quirc-0.9.83/server.cc quirc-0.9.83-modified/server.cc +--- quirc-0.9.83/server.cc 2002-10-02 01:19:22.000000000 -0500 ++++ quirc-0.9.83-modified/server.cc 2002-10-21 23:54:37.000000000 -0500 +@@ -11,7 +11,8 @@ + #include <ctype.h> + #include <netdb.h> + #include <stdarg.h> +-#include <iostream.h> ++ ++using namespace std; + + #include "config.h" + +diff -urN quirc-0.9.83/servertcl.cc quirc-0.9.83-modified/servertcl.cc +--- quirc-0.9.83/servertcl.cc 2002-10-02 01:18:59.000000000 -0500 ++++ quirc-0.9.83-modified/servertcl.cc 2002-10-21 23:53:04.000000000 -0500 +@@ -1,6 +1,7 @@ + #include <sys/types.h> + #include <netinet/in.h> + #include <arpa/inet.h> ++#include <ctype.h> + + #ifdef DMALLOC + #include <dmalloc.h> +diff -urN quirc-0.9.83/tcl.cc quirc-0.9.83-modified/tcl.cc +--- quirc-0.9.83/tcl.cc 2002-10-01 03:32:32.000000000 -0500 ++++ quirc-0.9.83-modified/tcl.cc 2002-10-21 23:52:06.000000000 -0500 +@@ -1,6 +1,7 @@ + #include <sys/time.h> + #include <unistd.h> + #include <sys/socket.h> ++#include <ctype.h> + + #ifdef DMALLOC + #include <dmalloc.h> diff --git a/net-irc/quirc/files/digest-quirc-0.9.83 b/net-irc/quirc/files/digest-quirc-0.9.83 new file mode 100644 index 000000000000..0bae9897cdb1 --- /dev/null +++ b/net-irc/quirc/files/digest-quirc-0.9.83 @@ -0,0 +1 @@ +MD5 27f357aac1f305682ae79c9f0163c069 quirc-0.9.83.tar.gz 297139 |