summaryrefslogtreecommitdiff
path: root/net-im/gnomeicu2/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnomeicu2/files')
-rw-r--r--net-im/gnomeicu2/files/patch-configure13
-rw-r--r--net-im/gnomeicu2/files/patch-src::gnomeicu-client.c13
-rw-r--r--net-im/gnomeicu2/files/patch-src::icu_db.c17
-rw-r--r--net-im/gnomeicu2/files/patch-src_userserver.c17
4 files changed, 0 insertions, 60 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::icu_db.c b/net-im/gnomeicu2/files/patch-src::icu_db.c
deleted file mode 100644
index 3df66fcf8c50..000000000000
--- a/net-im/gnomeicu2/files/patch-src::icu_db.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002
-+++ src/icu_db.c Wed Sep 11 11:45:05 2002
-@@ -27,7 +27,11 @@
-
- #include <fcntl.h>
- #include <errno.h>
-+#if defined(HAVE_STDLIB_H)
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <sys/param.h>
diff --git a/net-im/gnomeicu2/files/patch-src_userserver.c b/net-im/gnomeicu2/files/patch-src_userserver.c
deleted file mode 100644
index 278ed509728c..000000000000
--- a/net-im/gnomeicu2/files/patch-src_userserver.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/userserver.c.orig Sun Nov 10 03:20:44 2002
-+++ src/userserver.c Sun Nov 10 03:20:56 2002
-@@ -25,13 +25,13 @@
- #include "showlist.h"
-
- #include <gdk/gdk.h>
-+#include <sys/types.h>
- #include <errno.h>
- #include <netinet/in.h>
- #include <pwd.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/stat.h>
- #include <sys/un.h>