x48: fix build.

This commit is contained in:
maxice8 2018-01-16 09:49:58 -02:00 committed by Leаh Neukirchen
parent 2dd6c72e3d
commit bb65376b12

View file

@ -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
}