aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gtk-gnutella/files/patch-Configure
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gtk-gnutella/files/patch-Configure')
-rw-r--r--net-p2p/gtk-gnutella/files/patch-Configure24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/gtk-gnutella/files/patch-Configure b/net-p2p/gtk-gnutella/files/patch-Configure
deleted file mode 100644
index 56095a7cace6..000000000000
--- a/net-p2p/gtk-gnutella/files/patch-Configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- Configure.orig Wed Jun 9 01:49:22 2004
-+++ Configure Sat Jun 12 16:48:17 2004
-@@ -3874,8 +3874,8 @@
- $rm -f t.c
-
- : see if ucnv_open_2_6 exists
--set ucnv_open_2_6 d_ucnv_open_2_6
--eval $inlibc
-+: set ucnv_open_2_6 d_ucnv_open_2_6
-+: eval $inlibc
-
- : check whether we have a working ICU library
- echo " "
-@@ -3883,8 +3883,8 @@
- case " $libs " in
- *" -licuuc "*)
- has_icu=y
-- case "$i_uni_putil$d_ucnv_open_2_6" in
-- "$define$define")
-+ case "$i_uni_putil" in
-+ "$define")
- echo "Your ICU library is workable." >&4
- val="$define"
- ;;