From 8f3fd3f96bed30e67406e7f0298b22e642516b6458817ccc81cfc82932438be2 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 4 Mar 2013 10:08:12 +0000 Subject: [PATCH] - build with automake 1.13 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=98 --- fontconfig.changes | 5 +++++ fontconfig.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/fontconfig.changes b/fontconfig.changes index 4ac553b..3769e3e 100644 --- a/fontconfig.changes +++ b/fontconfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 4 09:40:31 UTC 2013 - pgajdos@suse.com + +- build with automake 1.13 + ------------------------------------------------------------------- Wed Feb 13 10:08:11 UTC 2013 - pgajdos@suse.com diff --git a/fontconfig.spec b/fontconfig.spec index e75c6c0..5dedb55 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -129,6 +129,12 @@ accepts font patterns and returns the nearest matching font. %patch4 %build +# ----- build with automake 1.13 +# work around from https://bugs.archlinux.org/task/33406 +find . -name Makefile.am -exec sed -i "s/\(TESTS_ENVIRONMENT=.*\) sh/\1/" {} \; +chmod u+x test/run-test.sh +chmod u+x doc/check-missing-doc +# ----- autoreconf -fiv %configure --with-pic --with-arch=%_host_cpu \ --disable-static \