x48: fix build.
This commit is contained in:
parent
2dd6c72e3d
commit
bb65376b12
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ pre_configure() {
|
|||
./autogen.sh
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
sed -i '698s/inline/static inline/' src/emulate.c
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
sed -i 's:helvetica:fixed:' X48
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue