diff options
Diffstat (limited to 'net-im/gnomeicu2/files')
-rw-r--r-- | net-im/gnomeicu2/files/patch-configure | 13 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src::gnomeicu-client.c | 13 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src_userserver.c | 11 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src_v7login.c | 10 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src_v7newuser.c | 10 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src_v7recv.c | 10 |
6 files changed, 35 insertions, 32 deletions
diff --git a/net-im/gnomeicu2/files/patch-configure b/net-im/gnomeicu2/files/patch-configure deleted file mode 100644 index c6ee752e9833..000000000000 --- a/net-im/gnomeicu2/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/09/11 08:57:13 1.1 -+++ configure 2002/09/11 08:57:46 -@@ -7490,6 +7490,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net-im/gnomeicu2/files/patch-src::gnomeicu-client.c b/net-im/gnomeicu2/files/patch-src::gnomeicu-client.c deleted file mode 100644 index c3a82000bfca..000000000000 --- a/net-im/gnomeicu2/files/patch-src::gnomeicu-client.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/gnomeicu-client.c.orig Sun Sep 29 14:59:15 2002 -+++ src/gnomeicu-client.c Sun Sep 29 14:59:25 2002 -@@ -17,9 +17,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/stat.h> --#include <sys/types.h> - #include <sys/un.h> - #include <unistd.h> - diff --git a/net-im/gnomeicu2/files/patch-src_userserver.c b/net-im/gnomeicu2/files/patch-src_userserver.c index 0e602dbbc662..23e5ed601943 100644 --- a/net-im/gnomeicu2/files/patch-src_userserver.c +++ b/net-im/gnomeicu2/files/patch-src_userserver.c @@ -1,11 +1,10 @@ ---- src/userserver.c.orig Mon Mar 10 16:49:07 2003 -+++ src/userserver.c Mon Mar 10 16:49:16 2003 -@@ -27,13 +27,13 @@ +--- src/userserver.c.orig Fri Apr 2 15:20:45 2004 ++++ src/userserver.c Fri Apr 2 15:20:54 2004 +@@ -6,12 +6,12 @@ + ***************************/ - #include <gdk/gdk.h> - #include <gdk/gdkkeysyms.h> -+#include <sys/types.h> #include <errno.h> ++#include <sys/types.h> #include <netinet/in.h> #include <pwd.h> #include <stdio.h> diff --git a/net-im/gnomeicu2/files/patch-src_v7login.c b/net-im/gnomeicu2/files/patch-src_v7login.c new file mode 100644 index 000000000000..cea1c7fbe447 --- /dev/null +++ b/net-im/gnomeicu2/files/patch-src_v7login.c @@ -0,0 +1,10 @@ +--- src/v7login.c.orig Fri Apr 2 15:25:21 2004 ++++ src/v7login.c Fri Apr 2 15:25:57 2004 +@@ -18,6 +18,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> diff --git a/net-im/gnomeicu2/files/patch-src_v7newuser.c b/net-im/gnomeicu2/files/patch-src_v7newuser.c new file mode 100644 index 000000000000..e235da7be9c0 --- /dev/null +++ b/net-im/gnomeicu2/files/patch-src_v7newuser.c @@ -0,0 +1,10 @@ +--- src/v7newuser.c.orig Fri Apr 2 15:26:51 2004 ++++ src/v7newuser.c Fri Apr 2 15:27:04 2004 +@@ -19,6 +19,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <unistd.h> + #include <fcntl.h> diff --git a/net-im/gnomeicu2/files/patch-src_v7recv.c b/net-im/gnomeicu2/files/patch-src_v7recv.c new file mode 100644 index 000000000000..43a64d9961cd --- /dev/null +++ b/net-im/gnomeicu2/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> |