diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 04:34:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 04:34:53 +0800 |
commit | f9fbb9e38e32b373798c440629cc06a3b7f89c28 (patch) | |
tree | 29ff3c1dff32569ee3dd9e313e43137d20fbb9a6 /net/gnome-icu/files/patch-src_v7recv.c | |
parent | 47dac61c7effcff68bc40650cbddad801a04cb7a (diff) | |
download | marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar.gz marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar.bz2 marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar.lz marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar.xz marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.tar.zst marcuscom-ports-f9fbb9e38e32b373798c440629cc06a3b7f89c28.zip |
Add gnomeicu2, and update to 0.99.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-icu/files/patch-src_v7recv.c')
-rw-r--r-- | net/gnome-icu/files/patch-src_v7recv.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/gnome-icu/files/patch-src_v7recv.c b/net/gnome-icu/files/patch-src_v7recv.c new file mode 100644 index 000000000..43a64d996 --- /dev/null +++ b/net/gnome-icu/files/patch-src_v7recv.c @@ -0,0 +1,10 @@ +--- src/v7recv.c.orig Fri Apr 2 15:27:50 2004 ++++ src/v7recv.c Fri Apr 2 15:28:03 2004 +@@ -27,6 +27,7 @@ + #include <stdlib.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <unistd.h> + #include <fcntl.h> |