diff --git a/srcpkgs/ispc/template b/srcpkgs/ispc/template index ada83d85311..ee4dceae9ff 100644 --- a/srcpkgs/ispc/template +++ b/srcpkgs/ispc/template @@ -1,6 +1,6 @@ # Template file for 'ispc' pkgname=ispc -version=1.9.1 +version=1.9.2 revision=1 only_for_archs="i686 x86_64" build_style=gnu-makefile @@ -11,9 +11,13 @@ maintainer="Andrea Brancaleoni " license="BSD" homepage="https://ispc.github.io" distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz" -checksum=c52910a007f1b0c732dd1cb981e7c22f3b9b575f0b097a49f4e43fc7a3e7e976 +checksum=76a14e22f05a52fb0b30142686a6cb144b0415b39be6c9fcd3f17ac23447f0b2 nopie=yes +pre_build() { + sed -i '/WERROR=/d' Makefile +} + do_install() { vbin ispc vlicense LICENSE.txt