From 5278f794e19a2349675e6e0e4bbd2059b543b0e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 May 2015 09:45:03 +0200 Subject: [PATCH] toxic: unbreak build. --- srcpkgs/toxic/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/toxic/template b/srcpkgs/toxic/template index 39f53491972..e1fa3bce1a3 100644 --- a/srcpkgs/toxic/template +++ b/srcpkgs/toxic/template @@ -13,7 +13,9 @@ hostmakedepends="pkg-config" build_style="gnu-makefile" distfiles="https://github.com/Tox/toxic/archive/${_commithash}.tar.gz" checksum="14990c674363004b7d2d4c14706f8a6232eb0b546e7b8f9889867761de548435" -make_install_args="-C build ${make_install_args}" -make_build_args="${make_install_args}" +make_install_args="-C build" wrksrc="toxic-${_commithash}" +do_build() { + make CC=$CC -C build ${makejobs} +}