- build with automake 1.13

OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=98
This commit is contained in:
Petr Gajdos 2013-03-04 10:08:12 +00:00 committed by Git OBS Bridge
parent 05d4107bfb
commit 8f3fd3f96b
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 \