From aa7ea035ff44c4fe7ab574a6013b660d222a0448 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 2 Oct 2016 23:04:46 +0200 Subject: [PATCH] libsigsegv: fix aarch64. --- srcpkgs/libsigsegv/patches/aarch64.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/libsigsegv/patches/aarch64.patch diff --git a/srcpkgs/libsigsegv/patches/aarch64.patch b/srcpkgs/libsigsegv/patches/aarch64.patch new file mode 100644 index 00000000000..c6eaac7a7c6 --- /dev/null +++ b/srcpkgs/libsigsegv/patches/aarch64.patch @@ -0,0 +1,10 @@ +--- configure.orig ++++ configure +@@ -14501,6 +14501,7 @@ + + case "$host_cpu" in + a29k | \ ++ aarch* | \ + alpha* | \ + arc | \ + arm* | strongarm* | xscale* | \