diff --git a/srcpkgs/xstarter/template b/srcpkgs/xstarter/template index 8c5c7da75d6..aa9a47e45e5 100644 --- a/srcpkgs/xstarter/template +++ b/srcpkgs/xstarter/template @@ -12,3 +12,7 @@ homepage="https://xstarter.org" changelog="https://raw.githubusercontent.com/lchsk/xstarter/master/CHANGELOG" distfiles="https://github.com/lchsk/xstarter/archive/v${version}.tar.gz" checksum=cb82bf837a2693cbbad468812d517256e079d6aae56dde770d473b245603030a + +pre_configure() { + vsed -i CMakeLists.txt -e's;-Wall;-fcommon &;' +}