toxic: unbreak build.
This commit is contained in:
parent
38bfbfb41b
commit
5278f794e1
1 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,9 @@ hostmakedepends="pkg-config"
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
distfiles="https://github.com/Tox/toxic/archive/${_commithash}.tar.gz"
|
distfiles="https://github.com/Tox/toxic/archive/${_commithash}.tar.gz"
|
||||||
checksum="14990c674363004b7d2d4c14706f8a6232eb0b546e7b8f9889867761de548435"
|
checksum="14990c674363004b7d2d4c14706f8a6232eb0b546e7b8f9889867761de548435"
|
||||||
make_install_args="-C build ${make_install_args}"
|
make_install_args="-C build"
|
||||||
make_build_args="${make_install_args}"
|
|
||||||
wrksrc="toxic-${_commithash}"
|
wrksrc="toxic-${_commithash}"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC -C build ${makejobs}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue