mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
iverilog: update to 11.0.
This commit is contained in:
parent
bd570e442d
commit
b3b33c5156
1 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iverilog'
|
# Template file for 'iverilog'
|
||||||
pkgname=iverilog
|
pkgname=iverilog
|
||||||
version=10.3
|
version=11.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${version/./_}"
|
wrksrc="${pkgname}-${version/./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake flex gperf"
|
hostmakedepends="automake flex gperf"
|
||||||
|
@ -11,13 +11,10 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://iverilog.icarus.com/"
|
homepage="http://iverilog.icarus.com/"
|
||||||
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
||||||
checksum=4b884261645a73b37467242d6ae69264fdde2e7c4c15b245d902531efaaeb234
|
checksum=6327fb900e66b46803d928b7ca439409a0dc32731d82143b20387be0833f1c95
|
||||||
|
|
||||||
nocross="draw_tt.exe: cannot execute binary file: Exec format error"
|
nocross="draw_tt.exe: cannot execute binary file: Exec format error"
|
||||||
|
|
||||||
CFLAGS='-fcommon'
|
|
||||||
CXXFLAGS='-fcommon -Wimplicit-fallthrough=0'
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh ./autoconf.sh
|
sh ./autoconf.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue