diff options
Diffstat (limited to 'package/pango/pango-no-tests.patch')
-rw-r--r-- | package/pango/pango-no-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/pango/pango-no-tests.patch b/package/pango/pango-no-tests.patch new file mode 100644 index 000000000..7ebcbc634 --- /dev/null +++ b/package/pango/pango-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 \ |