diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:20:38 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:20:38 +0000 |
commit | 5cbf9daa23f553d34259c180fbc61055022e4033 (patch) | |
tree | 4da1bba8acbeb31b6353447c3d5c9ef5ecbae412 /package/pango/pango-1.19.3-no-tests.patch | |
parent | 19067972a00237e0bfce969b658788eea38efffe (diff) |
updated pango
Diffstat (limited to 'package/pango/pango-1.19.3-no-tests.patch')
-rw-r--r-- | package/pango/pango-1.19.3-no-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/pango/pango-1.19.3-no-tests.patch b/package/pango/pango-1.19.3-no-tests.patch new file mode 100644 index 000000000..7ebcbc634 --- /dev/null +++ b/package/pango/pango-1.19.3-no-tests.patch @@ -0,0 +1,22 @@ +--- a/Makefile.in 2008-01-21 22:28:49.000000000 -0500 ++++ b/Makefile.in 2008-02-09 13:02:41.000000000 -0500 +@@ -260,7 +260,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = pango modules pango-view examples docs tools tests ++SUBDIRS = pango modules pango-view examples docs tools + EXTRA_DIST = \ + autogen.sh \ + pango.pc.in \ + +--- a/Makefile.am 2008-01-17 16:37:49.000000000 -0500 ++++ b/Makefile.am 2008-02-09 13:35:13.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 pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ |