diff options
author | 2009-07-18 12:08:51 +0000 | |
---|---|---|
committer | 2009-07-18 12:08:51 +0000 | |
commit | 40f0d07f64b141b89b841dc4f7873ed5e776ba52 (patch) | |
tree | 6c4f236d901475461ccbc0688d025c48ca5d311e /net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch | |
parent | Adding QA_PRESTRIPPED variable to ebuilds, fixing bug 251966 (diff) | |
download | gentoo-2-40f0d07f64b141b89b841dc4f7873ed5e776ba52.tar.gz gentoo-2-40f0d07f64b141b89b841dc4f7873ed5e776ba52.tar.bz2 gentoo-2-40f0d07f64b141b89b841dc4f7873ed5e776ba52.zip |
Adding support for multiple networks, fixing bug 273658
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch')
-rw-r--r-- | net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch b/net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch new file mode 100644 index 000000000000..4d796961d6ff --- /dev/null +++ b/net-irc/psybnc/files/psybnc-2.3.2.9-multinetwork.patch @@ -0,0 +1,13 @@ +--- config.h.orig 2009-06-10 21:30:24.000000000 +0000 ++++ config.h 2009-06-10 21:30:39.000000000 +0000 +@@ -50,6 +50,10 @@ + + #define BLOCKDNS + ++/* Allow multiple irc connections per user */ ++ ++#define NETWORK ++ + /* Fixes the freeze bug */ + + #define FREEZEFIX |