From: ellson Date: Wed, 12 Jan 2011 01:21:53 +0000 (+0000) Subject: update pango.patch X-Git-Tag: LAST_LIBGRAPH~32^2~1113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afd7896ac26a8d466d48c5099344cd8a72779e15;p=graphviz update pango.patch --- diff --git a/macosx/prebuild/pango.patch b/macosx/prebuild/pango.patch index 062ff1590..7531764b3 100644 --- a/macosx/prebuild/pango.patch +++ b/macosx/prebuild/pango.patch @@ -1,11 +1,43 @@ ---- pango-1.22.4/configure 2008-12-16 15:14:30.000000000 +0900 -+++ pango-1.22.4.patched/configure 2009-02-17 09:37:16.000000000 +0900 -@@ -22874,7 +22874,7 @@ - - fi - if test "x$ac_cv_header_Carbon_Carbon_h" = x""yes; then -- have_atsui=true -+ have_atsui=false - else - have_atsui=false - fi +--- pango-1.28.3/pango/opentype/Makefile.am.old 2011-01-11 20:00:41.000000000 -0500 ++++ pango-1.28.3/pango/opentype/Makefile.am 2011-01-11 20:00:52.000000000 -0500 +@@ -47,7 +47,7 @@ + libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS) + libharfbuzz_la_LIBADD = $(GLIB_LIBS) + +-noinst_PROGRAMS = main ++#noinst_PROGRAMS = main + + main_SOURCES = main.cc + main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS) +--- pango-1.28.3/pango/opentype/Makefile.in.old 2011-01-11 20:02:33.000000000 -0500 ++++ pango-1.28.3/pango/opentype/Makefile.in 2011-01-11 20:02:55.000000000 -0500 +@@ -37,7 +37,7 @@ + POST_UNINSTALL = : + build_triplet = @build@ + host_triplet = @host@ +-noinst_PROGRAMS = main$(EXEEXT) ++#noinst_PROGRAMS = main$(EXEEXT) + subdir = pango/opentype + DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + COPYING TODO +--- pango-1.28.3/Makefile.in.old 2011-01-11 20:10:24.000000000 -0500 ++++ pango-1.28.3/Makefile.in 2011-01-11 20:11:19.000000000 -0500 +@@ -329,7 +329,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = pango modules pango-view examples docs tools tests ++SUBDIRS = pango modules + EXTRA_DIST = \ + autogen.sh \ + pango.pc.in \ +--- pango-1.28.3/Makefile.am.old 2011-01-11 20:09:44.000000000 -0500 ++++ pango-1.28.3/Makefile.am 2011-01-11 20:10:08.000000000 -0500 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules + + EXTRA_DIST = \ + autogen.sh \