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:
commit
73056d1cd1
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user