python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / pango / 0001-no-tests.patch
blob734409db6828a5b68ed2560b82f0da97fbd292af
1 Prevent Pango to build tests.
3 Updated to Pango 1.36.3 by Hadrien Boutteville.
5 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
6 [Gustavo: update for 1.38.1]
8 diff -Nura pango-1.38.1.orig/Makefile.am pango-1.38.1/Makefile.am
9 --- pango-1.38.1.orig/Makefile.am 2015-10-14 15:41:27.620016974 +0000
10 +++ pango-1.38.1/Makefile.am 2015-10-14 15:41:54.431240793 +0000
11 @@ -1,6 +1,6 @@
12 ## Process this file with automake to create Makefile.in.
14 -SUBDIRS= pango pango-view examples docs tools tests build
15 +SUBDIRS= pango pango-view examples docs tools build
17 EXTRA_DIST = \
18 autogen.sh \
19 diff -Nura pango-1.38.1.orig/Makefile.in pango-1.38.1/Makefile.in
20 --- pango-1.38.1.orig/Makefile.in 2015-10-14 15:41:27.630016685 +0000
21 +++ pango-1.38.1/Makefile.in 2015-10-14 15:41:58.753115676 +0000
22 @@ -417,7 +417,7 @@
23 top_build_prefix = @top_build_prefix@
24 top_builddir = @top_builddir@
25 top_srcdir = @top_srcdir@
26 -SUBDIRS = pango pango-view examples docs tools tests build
27 +SUBDIRS = pango pango-view examples docs tools build
28 EXTRA_DIST = \
29 autogen.sh \
30 pango.pc.in \