summaryrefslogtreecommitdiff
path: root/x11-toolkits/gal2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gal2/files/patch-aa')
-rw-r--r--x11-toolkits/gal2/files/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/gal2/files/patch-aa b/x11-toolkits/gal2/files/patch-aa
index d98480b4ad6d..402e100d12f3 100644
--- a/x11-toolkits/gal2/files/patch-aa
+++ b/x11-toolkits/gal2/files/patch-aa
@@ -1,15 +1,15 @@
---- configure.orig Wed Dec 6 16:02:14 2000
-+++ configure Thu Dec 7 00:51:31 2000
-@@ -4935,5 +4935,5 @@
- have_iconv=no
+--- configure.orig Thu Dec 14 13:56:02 2000
++++ configure Fri Dec 15 10:52:44 2000
+@@ -4958,5 +4958,5 @@
+ LDFLAGS="$LDFLAGS $ICONV_LIBS"
-echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6
--echo "configure:4938: checking for libiconv in -liconv" >&5
+-echo "configure:4961: checking for libiconv in -liconv" >&5
-ac_lib_var=`echo iconv'_'libiconv | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
-+echo "configure:4938: checking for iconv in -liconv" >&5
++echo "configure:4961: checking for iconv in -liconv" >&5
+ac_lib_var=`echo iconv'_'iconv | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-@@ -4949,6 +4949,6 @@
+@@ -4972,6 +4972,6 @@
builtin and then its argument prototype would still apply. */
-char libiconv();
+char iconv();
@@ -18,8 +18,8 @@
-libiconv()
+iconv()
; return 0; }
-@@ -5179,4 +5179,4 @@
- echo "configure:5180: checking for GTK >= 1.2.7" >&5
+@@ -5206,4 +5206,4 @@
+ echo "configure:5207: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then