diff options
author | petef <petef@FreeBSD.org> | 2001-12-26 00:54:09 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-26 00:54:09 +0000 |
commit | 45b18e23a9960e88e17b45cb6b7af7324794e8b4 (patch) | |
tree | fbfc963045481d62c9dfc45b108045c0863566f4 /net/gnugadu/files | |
parent | 38054aaca03b795636035e87b280108ec0c85391 (diff) | |
download | FreeBSD-ports-45b18e23a9960e88e17b45cb6b7af7324794e8b4.zip FreeBSD-ports-45b18e23a9960e88e17b45cb6b7af7324794e8b4.tar.gz |
Add gnugadu 0.2.0, a GaduGadu client for X11/GTK.
PR: 33125
Submitted by: doc@lublin.t1.pl
Diffstat (limited to 'net/gnugadu/files')
-rw-r--r-- | net/gnugadu/files/patch-src::main.c | 13 | ||||
-rw-r--r-- | net/gnugadu/files/patch-src::net.c | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net/gnugadu/files/patch-src::main.c b/net/gnugadu/files/patch-src::main.c new file mode 100644 index 0000000..f648f99 --- /dev/null +++ b/net/gnugadu/files/patch-src::main.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/orig.main.c Tue Dec 4 00:09:20 2001 ++++ src/main.c Sun Dec 23 21:21:59 2001 +@@ -32,7 +32,7 @@ + #include <sys/stat.h> + #include <string.h> + #include <signal.h> +-#include <wait.h> ++/* #include <wait.h> */ + + #include "gg-types.h" + #include "gg.h" diff --git a/net/gnugadu/files/patch-src::net.c b/net/gnugadu/files/patch-src::net.c new file mode 100644 index 0000000..538c463 --- /dev/null +++ b/net/gnugadu/files/patch-src::net.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/orig.net.c Mon Dec 3 10:29:15 2001 ++++ src/net.c Sun Dec 23 21:22:29 2001 +@@ -5,6 +5,8 @@ + #include <glib.h> + #include <gdk/gdk.h> + ++#include <sys/types.h> ++ + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> |