fontconfig: Fix running the testsuite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-06-19 06:37:18 -04:00
parent 8d8665e62c
commit 1366fc047d
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = fontconfig
version = 2.11.93
release = 1
release = 2
groups = System/Graphics
url = http://fontconfig.org/
@ -32,6 +32,7 @@ build
--with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
test
export LD_LIBRARY_PATH=$(pwd)/src/.libs
make check
end