freebsd-ports/x11-toolkits/pango/files/patch-aa
Maxim Sobolev 834813f53a Add pango - an open-source framework for rendering i18n text. It will be
used as a base renderer in upcoming gtk/gnome 2.0.
2000-07-18 08:46:04 +00:00

30 lines
904 B
Plaintext

--- configure.orig Tue Jul 18 10:46:00 2000
+++ configure Tue Jul 18 10:46:24 2000
@@ -2290,14 +2290,14 @@
#
# Check for libiconv
#
- echo $ac_n "checking for libiconv_open in -liconv""... $ac_c" 1>&6
-echo "configure:2295: checking for libiconv_open in -liconv" >&5
+ echo $ac_n "checking for libiconv_open in -lgiconv""... $ac_c" 1>&6
+echo "configure:2295: checking for libiconv_open in -lgiconv" >&5
ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-liconv $LIBS"
+LIBS="-lgiconv $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2303 "configure"
#include "confdefs.h"
@@ -2339,7 +2339,7 @@
UNICODE_CFLAGS=
UNICODE_LIBS=
if test "x$with_libiconv" = "xyes" ; then
- UNICODE_LIBS="-liconv"
+ UNICODE_LIBS="-lgiconv"
fi