diff --git a/srcpkgs/smu-git/template b/srcpkgs/smu-git/template index 90582e9dd84..ab42cdb97eb 100644 --- a/srcpkgs/smu-git/template +++ b/srcpkgs/smu-git/template @@ -1,6 +1,6 @@ # Template file for 'smu-git' pkgname=smu-git -version=20140531 +version=20140803 revision=1 build_style=gnu-makefile hostmakedepends="git" @@ -18,6 +18,11 @@ do_fetch() { git clone ${url} ${pkgname}-${version} } +pre_build() { + sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk + sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk +} + post_install() { vinstall LICENSE 644 usr/share/licenses/smu }