From e2baf39ad49c1bd48c888e9705e8515b4d7e8966 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 4 Mar 2018 11:35:35 +0000 Subject: [PATCH] iverilog: update to 10.2. --- srcpkgs/iverilog/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/iverilog/template b/srcpkgs/iverilog/template index 5aab5bc21f6..0358ff40881 100644 --- a/srcpkgs/iverilog/template +++ b/srcpkgs/iverilog/template @@ -1,7 +1,7 @@ # Template file for 'iverilog' pkgname=iverilog -version=10.1 -revision=2 +version=10.2 +revision=1 wrksrc="${pkgname}-${version/./_}" build_style=gnu-configure hostmakedepends="automake flex gperf" @@ -11,9 +11,9 @@ maintainer="Michael Gehring " license="GPL-2, LGPL-2.1" homepage="http://iverilog.icarus.com/" distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz" -checksum=f4ff7990ae9ed87fad0b486586b03f6902de0dfb9de5ecb07ef32c20487c7dc6 +checksum=f54d91821223c71c70f4735a1fb2af39c62efbccdeb9b0060ea1cf9c67647ee3 -only_for_archs="i686 i686-musl x86_64 x86_64-musl" +nocross="draw_tt.exe: cannot execute binary file: Exec format error" CXXFLAGS='-Wimplicit-fallthrough=0'