mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ghdl: update to 0.37.
This commit is contained in:
parent
59a1cc8f67
commit
567814bfcd
2 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
-#if defined (__linux__) || defined (__APPLE__)
|
-#if ( defined (__linux__) || defined (__APPLE__) ) && !defined (__ANDROID__)
|
||||||
+#if defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__)
|
+#if ( defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__) ) && !defined (__ANDROID__)
|
||||||
#define HAVE_BACKTRACE 1
|
#define HAVE_BACKTRACE 1
|
||||||
#include <sys/ucontext.h>
|
#include <sys/ucontext.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'ghdl'
|
# Template file for 'ghdl'
|
||||||
pkgname=ghdl
|
pkgname=ghdl
|
||||||
reverts="20181129_1"
|
reverts="20181129_1"
|
||||||
version=0.36
|
version=0.37
|
||||||
revision=3
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="VHDL 2008/93/87 simulator - mcode backend"
|
short_desc="VHDL 2008/93/87 simulator - mcode backend"
|
||||||
maintainer="m3tav3rse <n6maa10816@tuta.io>"
|
maintainer="m3tav3rse <mtvrs@tuta.io>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/ghdl/ghdl"
|
homepage="https://github.com/ghdl/ghdl"
|
||||||
distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
|
||||||
checksum=52431272c0ada952f2038efc2cf2f9023804bd6695e49f8cd803f1a7907234a2
|
checksum=3008616201cc3b0b596872e4ad59d8bc36e6ee3ff798bdce066828fbdad041e4
|
||||||
|
|
Loading…
Add table
Reference in a new issue