aboutsummaryrefslogtreecommitdiffstats
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, 24 insertions, 0 deletions
diff --git a/net-p2p/gtk-gnutella/files/patch-Configure b/net-p2p/gtk-gnutella/files/patch-Configure
new file mode 100644
index 000000000000..56095a7cace6
--- /dev/null
+++ b/net-p2p/gtk-gnutella/files/patch-Configure
@@ -0,0 +1,24 @@
+--- 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"
+ ;;