summaryrefslogtreecommitdiff
path: root/net-im/gnomeicu/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnomeicu/files')
-rw-r--r--net-im/gnomeicu/files/patch-ac11
-rw-r--r--net-im/gnomeicu/files/patch-configure16
-rw-r--r--net-im/gnomeicu/files/patch-src::kanji_conv.c7
3 files changed, 0 insertions, 34 deletions
diff --git a/net-im/gnomeicu/files/patch-ac b/net-im/gnomeicu/files/patch-ac
deleted file mode 100644
index c0a042787c06..000000000000
--- a/net-im/gnomeicu/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000
-+++ po/Makefile.in.in Sat Jan 29 16:08:19 2000
-@@ -19,7 +19,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
diff --git a/net-im/gnomeicu/files/patch-configure b/net-im/gnomeicu/files/patch-configure
deleted file mode 100644
index fcb467e8a8ef..000000000000
--- a/net-im/gnomeicu/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.orig Tue Feb 27 13:35:06 2001
-+++ configure Thu Apr 19 15:50:55 2001
-@@ -5039,5 +5039,5 @@
-
--ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
--echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
--echo "configure:5043: checking for iconv.h" >&5
-+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
-+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
-+echo "configure:5043: checking for giconv.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-@@ -5048,3 +5048,3 @@
- #include "confdefs.h"
--#include <iconv.h>
-+#include <giconv.h>
- EOF
diff --git a/net-im/gnomeicu/files/patch-src::kanji_conv.c b/net-im/gnomeicu/files/patch-src::kanji_conv.c
deleted file mode 100644
index 497b91d16c89..000000000000
--- a/net-im/gnomeicu/files/patch-src::kanji_conv.c
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
-+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
-@@ -32,3 +32,3 @@
- #ifdef HAVE_ICONV
--#include <iconv.h>
-+#include <giconv.h>
- #endif