From c2f97a9d9825ef85a88d40944caead1ea909ec39 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 21 Oct 2017 17:34:18 +0200 Subject: [PATCH] ladish: fix aarch64 --- srcpkgs/ladish/patches/aarch64.patch | 11 +++++++++++ srcpkgs/ladish/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/ladish/patches/aarch64.patch diff --git a/srcpkgs/ladish/patches/aarch64.patch b/srcpkgs/ladish/patches/aarch64.patch new file mode 100644 index 00000000000..99d321406ae --- /dev/null +++ b/srcpkgs/ladish/patches/aarch64.patch @@ -0,0 +1,11 @@ +--- sigsegv.c 2017-10-21 17:29:14.166064983 +0200 ++++ daemon/sigsegv.c 2017-10-21 17:28:45.685063897 +0200 +@@ -61,7 +61,7 @@ + # define REGFORMAT "%x" + #endif + +-#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__) ++#if defined(__arm__) || defined(__aarch64__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__) + # define DISABLE_STACKTRACE + #endif + diff --git a/srcpkgs/ladish/template b/srcpkgs/ladish/template index 6501b1238c1..21ead5b8542 100644 --- a/srcpkgs/ladish/template +++ b/srcpkgs/ladish/template @@ -1,7 +1,7 @@ # Template file for 'ladish' pkgname=ladish version=1 -revision=9 +revision=10 wrksrc="ladish-1+dfsg0" build_style=waf hostmakedepends="perl intltool python pkg-config"