From fa5f80fd9ecc693ada8769d2e5efd5c77a589752 Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Wed, 20 May 2020 14:20:48 +0200 Subject: [PATCH] ghdl: update to 0.37. --- srcpkgs/ghdl/patches/musl.patch | 4 ++-- srcpkgs/ghdl/template | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ghdl/patches/musl.patch b/srcpkgs/ghdl/patches/musl.patch index de5ce8e592d..f9c721fff97 100644 --- a/srcpkgs/ghdl/patches/musl.patch +++ b/srcpkgs/ghdl/patches/musl.patch @@ -4,8 +4,8 @@ #include #include --#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 #endif diff --git a/srcpkgs/ghdl/template b/srcpkgs/ghdl/template index 25e8fba8c82..b89aaf92453 100644 --- a/srcpkgs/ghdl/template +++ b/srcpkgs/ghdl/template @@ -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 " +maintainer="m3tav3rse " 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