diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-11-06 08:04:33 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-11-06 08:04:33 +0000 |
commit | 2577b6b12fb06ba98bf6e87e56ab833f51601934 (patch) | |
tree | 8364f0c08b253c197122315b0e42f11b20ba5afe /net-irc/quirc/files | |
parent | Fix doc locations for -r1 (diff) | |
download | gentoo-2-2577b6b12fb06ba98bf6e87e56ab833f51601934.tar.gz gentoo-2-2577b6b12fb06ba98bf6e87e56ab833f51601934.tar.bz2 gentoo-2-2577b6b12fb06ba98bf6e87e56ab833f51601934.zip |
Improved patch. See bug #9303
Diffstat (limited to 'net-irc/quirc/files')
-rw-r--r-- | net-irc/quirc/files/0.9.83-r1-gentoo.diff | 62 | ||||
-rw-r--r-- | net-irc/quirc/files/digest-quirc-0.9.83-r1 | 1 |
2 files changed, 63 insertions, 0 deletions
diff --git a/net-irc/quirc/files/0.9.83-r1-gentoo.diff b/net-irc/quirc/files/0.9.83-r1-gentoo.diff new file mode 100644 index 000000000000..5d82a9c8e9be --- /dev/null +++ b/net-irc/quirc/files/0.9.83-r1-gentoo.diff @@ -0,0 +1,62 @@ +diff -urN quirc-0.9.83/configure.in quirc-0.9.83-modified/configure.in +--- quirc-0.9.83/configure.in 2002-10-02 01:23:58.000000000 -0500 ++++ quirc-0.9.83-modified/configure.in 2002-11-06 01:58:07.000000000 -0600 +@@ -55,12 +55,12 @@ + CXXFLAGS="$CXXFLAGS $X_CFLAGS" + + dnl Add some convenient directories to LIBS +-LDFLAGS="$LDFLAGS -L/usr/local/lib -L. -L.. -L$HOME/lib" ++LDFLAGS="$LDFLAGS -L. -L.. -L$HOME/lib" + + dnl Add some nice dirs to CPPFLAGS (-I. -I.. -IHOME/include ?) + dnl $x_includes may have more than one dir in it. $X_CFLAGS could be used as + dnl an alternative if such a case is discovered. +-CPPFLAGS="$CPPFLAGS -I/usr/local/include" ++dnl CPPFLAGS="$CPPFLAGS -I/usr/local/include" + + dnl Back up the existing flags, then add the X includes on, for internal use. + cppflags_backup="$CPPFLAGS" +@@ -111,7 +111,7 @@ + + if test "$WISH" = "notfound"; then + AC_PATH_PROGS(WISH, wish8.3 wish8.2 wish8.1 wish8.0 wish, notfound, \ +- $PATH:/usr/bin:/usr/local/bin) ++ $PATH:/usr/bin) + fi + + if test "$WISH" = "notfound"; then +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-11-06 01:54:36.000000000 -0600 +@@ -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-11-06 01:54:36.000000000 -0600 +@@ -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-11-06 01:54:36.000000000 -0600 +@@ -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-r1 b/net-irc/quirc/files/digest-quirc-0.9.83-r1 new file mode 100644 index 000000000000..0bae9897cdb1 --- /dev/null +++ b/net-irc/quirc/files/digest-quirc-0.9.83-r1 @@ -0,0 +1 @@ +MD5 27f357aac1f305682ae79c9f0163c069 quirc-0.9.83.tar.gz 297139 |