Commit 4d93bda4 authored by Łukasz Nowak's avatar Łukasz Nowak

- use local fontconfig


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40720 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e28744fa
[buildout]
extends =
../software-profiles/fontconfig.cfg
parts = ghostscript
[ghostscript-hooks-download]
......@@ -17,6 +20,9 @@ configure-options =
--disable-cups --without-x --with-drivers=BMP,PBM,PNG,PS
# it seems that parallel build sometimes fails for ghostscript.
make-options = -j1
environment =
CFLAGS=-I${fontconfig:location}/include
LDFLAGS=-L${fontconfig:location}/lib -Wl,-rpath -Wl,${fontconfig:location}/lib
[ghostscript]
# we prefer ghostscript-8 for now, because ghostscript-9.00 seems to have a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment