fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git] / fontconfig / build
blobbf306db00d51922cf09112e793616bf624c02b2c
1 #!/bin/sh -e
3 # Make the build system run /bin/true to generate
4 # a dummy file so our pre-generated one is used.
5 #sed 's/fcobjshash\.h/fcjunk.h/' src/Makefile.in > _
6 #mv -f _ src/Makefile.in
8 ./configure \
9 --prefix=/usr \
10 --localstatedir=/var \
11 --sysconfdir=/etc \
12 --with-xmldir=/etc/fonts \
13 --enable-static \
14 --disable-docs \
15 --disable-nls
17 # GPERF=/bin/true \
19 make
20 make install