repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git]
/
fontconfig
/
build
blob
bf306db00d51922cf09112e793616bf624c02b2c
1
#!/bin/sh -e
2
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
7
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
16
17
# GPERF=/bin/true \
18
19
make
20
make install