diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-18 08:46:04 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-18 08:46:04 +0000 |
commit | 885f4483b5cacec49dbf0a955a8289789761bd44 (patch) | |
tree | ba8ecde011652c8f226ce87483c86d02edab327a /x11-toolkits/pango/files | |
parent | 67a63c1acdb41c49704c54d240e0cceb026111e8 (diff) | |
download | FreeBSD-ports-885f4483b5cacec49dbf0a955a8289789761bd44.zip FreeBSD-ports-885f4483b5cacec49dbf0a955a8289789761bd44.tar.gz |
Add pango - an open-source framework for rendering i18n text. It will be
used as a base renderer in upcoming gtk/gnome 2.0.
Diffstat (limited to 'x11-toolkits/pango/files')
-rw-r--r-- | x11-toolkits/pango/files/patch-aa | 29 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-ab | 14 |
2 files changed, 43 insertions, 0 deletions
diff --git a/x11-toolkits/pango/files/patch-aa b/x11-toolkits/pango/files/patch-aa new file mode 100644 index 0000000..a7541a5 --- /dev/null +++ b/x11-toolkits/pango/files/patch-aa @@ -0,0 +1,29 @@ +--- 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 + + diff --git a/x11-toolkits/pango/files/patch-ab b/x11-toolkits/pango/files/patch-ab new file mode 100644 index 0000000..ff55610 --- /dev/null +++ b/x11-toolkits/pango/files/patch-ab @@ -0,0 +1,14 @@ +--- pango/Makefile.in.orig Tue Jul 18 11:21:36 2000 ++++ pango/Makefile.in Tue Jul 18 11:21:41 2000 +@@ -100,9 +100,9 @@ + # down at which point we'll either use the GTK+ versioning + # scheme or the standard libtool scheme. + # +-libpango_la_LDFLAGS = -release $(VERSION) $(GLIB_LIBS) ++libpango_la_LDFLAGS = -version-info $(VERSION:S/./:/) $(GLIB_LIBS) + +-libpangox_la_LDFLAGS = -release $(VERSION) ++libpangox_la_LDFLAGS = -version-info $(VERSION:S/./:/) + libpangox_la_LIBADD = $(INCLUDED_MODULES) + + pangoincludedir = $(includedir)/pango |