aha: fix crossbuild
This commit is contained in:
parent
e0c6719eb0
commit
fab65af547
|
@ -10,6 +10,10 @@ homepage="https://github.com/theZiz/aha"
|
|||
distfiles="https://github.com/theZiz/aha/archive/$version.tar.gz"
|
||||
checksum=a1ebbbd5ebc37ccca74dc5f894e3066157e9e77fcdf158bf5587215b8968049c
|
||||
|
||||
do_configure() {
|
||||
sed -i 's/gcc/$(CC)/' Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin aha
|
||||
vman aha.1
|
||||
|
|
Loading…
Reference in New Issue