z80ex: fix aarch64 build
This commit is contained in:
parent
a4d371f29e
commit
5b5364c105
1 changed files with 4 additions and 1 deletions
|
@ -10,8 +10,11 @@ homepage="https://sourceforge.net/projects/z80ex/"
|
|||
distfiles="${SOURCEFORGE_SITE}/project/z80ex/z80ex/${version}/z80ex-${version}.tar.gz"
|
||||
checksum=6f5e521d068a614b41e10180ad4ae45b1bc258ec28c962543feb9078856c2530
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's#lib64#lib#g' CMakeLists.txt
|
||||
}
|
||||
pre_build() {
|
||||
sed -i 's#/usr/local#/usr#g' Makefile
|
||||
sed -i 's#/usr/local#/usr#g' build/Makefile
|
||||
}
|
||||
|
||||
z80ex-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue