ghdl: update to 0.37.
This commit is contained in:
parent
59a1cc8f67
commit
567814bfcd
|
@ -4,8 +4,8 @@
|
|||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
-#if defined (__linux__) || defined (__APPLE__)
|
||||
+#if defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__)
|
||||
-#if ( defined (__linux__) || defined (__APPLE__) ) && !defined (__ANDROID__)
|
||||
+#if ( defined (__linux__) && defined(__GLIBC__) || defined (__APPLE__) ) && !defined (__ANDROID__)
|
||||
#define HAVE_BACKTRACE 1
|
||||
#include <sys/ucontext.h>
|
||||
#endif
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'ghdl'
|
||||
pkgname=ghdl
|
||||
reverts="20181129_1"
|
||||
version=0.36
|
||||
revision=3
|
||||
version=0.37
|
||||
revision=1
|
||||
archs="i686* x86_64*"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
makedepends="zlib-devel"
|
||||
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"
|
||||
homepage="https://github.com/ghdl/ghdl"
|
||||
distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
|
||||
checksum=52431272c0ada952f2038efc2cf2f9023804bd6695e49f8cd803f1a7907234a2
|
||||
checksum=3008616201cc3b0b596872e4ad59d8bc36e6ee3ff798bdce066828fbdad041e4
|
||||
|
|
Loading…
Reference in New Issue