diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | 8ef40bc8b7a42d79b2a5317d54883bae254bb92c (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/libirc/patches | |
parent | 58aeeec992a7ec192b99c11dacc0f517503132b2 (diff) | |
download | pkgsrc-8ef40bc8b7a42d79b2a5317d54883bae254bb92c.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/libirc/patches')
-rw-r--r-- | chat/libirc/patches/patch-ab | 15 | ||||
-rw-r--r-- | chat/libirc/patches/patch-ac | 12 |
2 files changed, 27 insertions, 0 deletions
diff --git a/chat/libirc/patches/patch-ab b/chat/libirc/patches/patch-ab new file mode 100644 index 00000000000..a5740b1c3d7 --- /dev/null +++ b/chat/libirc/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +--- ../../old/libirc-0.2/src/irc_core.h Wed Jan 5 12:20:56 2000 ++++ src/irc_core.h Tue Jan 11 02:04:54 2000 +@@ -20,7 +20,9 @@ + #define __IRC_CORE_H__ + + #include <glib.h> +-#include <sys/select.h> ++#include <sys/types.h> ++#include <sys/time.h> ++#include <unistd.h> + #include <btypes.h> + + /* Macros and constants */ diff --git a/chat/libirc/patches/patch-ac b/chat/libirc/patches/patch-ac new file mode 100644 index 00000000000..0bf9365df50 --- /dev/null +++ b/chat/libirc/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ + +--- ../../old/libirc-0.2/src/tcp.c Sun Jan 2 17:02:43 2000 ++++ src/tcp.c Tue Jan 11 02:05:58 2000 +@@ -16,6 +16,7 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> |