ruby: bump version to 2.4.1
[buildroot-gz.git] / package / pango / 0001-build-disable-tests-from-building.patch
blobc518a34d349d8b3de7b48a263e7a50baec997ec3
1 From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Thu, 2 Mar 2017 09:41:41 -0300
4 Subject: [PATCH] build: disable tests from building
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8 Makefile.am | 2 +-
9 Makefile.in | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
12 diff --git a/Makefile.am b/Makefile.am
13 index 9e31b34..32e5c29 100644
14 --- a/Makefile.am
15 +++ b/Makefile.am
16 @@ -1,6 +1,6 @@
17 ## Process this file with automake to create Makefile.in.
19 -SUBDIRS= pango pango-view examples docs tools tests win32
20 +SUBDIRS= pango pango-view examples docs tools win32
22 EXTRA_DIST = \
23 autogen.sh \
24 diff --git a/Makefile.in b/Makefile.in
25 index 6b6f6c7..ed0cfa2 100644
26 --- a/Makefile.in
27 +++ b/Makefile.in
28 @@ -418,7 +418,7 @@ target_alias = @target_alias@
29 top_build_prefix = @top_build_prefix@
30 top_builddir = @top_builddir@
31 top_srcdir = @top_srcdir@
32 -SUBDIRS = pango pango-view examples docs tools tests win32
33 +SUBDIRS = pango pango-view examples docs tools win32
34 EXTRA_DIST = \
35 autogen.sh \
36 pango.pc.in \
37 --
38 2.10.2