Accepting request 157225 from M17N

- build with automake 1.13

OBS-URL: https://build.opensuse.org/request/show/157225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=64
This commit is contained in:
Stephan Kulow 2013-03-05 05:43:28 +00:00 committed by Git OBS Bridge
commit 73056d1cd1
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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 \