From 3ecb7f7a7b1d34ccda954381c877cb8003abd0a2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 14 Nov 2017 22:58:27 +0100 Subject: [PATCH] ispc: update to 1.9.2. Solves #9192 --- srcpkgs/ispc/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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