diff --git a/srcpkgs/fail/patches/ppc.patch b/srcpkgs/fail/patches/ppc.patch deleted file mode 100644 index 48eed0cb52..0000000000 --- a/srcpkgs/fail/patches/ppc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fail.c -+++ fail.c -@@ -115,6 +115,8 @@ void illegalins() - : : : "memory"); - #elif defined(__aarch64__) - __asm__ __volatile__ (".word 0x00800011" : : : "memory"); -+#elif defined(__powerpc__) -+ __asm__ __volatile__ (".long 0" : : : "memory"); - #else - #error implement illegalins for this architecture - #endif diff --git a/srcpkgs/fail/template b/srcpkgs/fail/template index f901de788d..b5bea421f5 100644 --- a/srcpkgs/fail/template +++ b/srcpkgs/fail/template @@ -1,13 +1,13 @@ # Template file for 'fail' pkgname=fail -version=0.3 -revision=2 +version=0.4 +revision=1 build_style=gnu-makefile short_desc="Crash in various possible ways" maintainer="Leah Neukirchen " license="Public Domain" homepage="https://github.com/leahneukirchen/fail" distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz" -checksum=67a91e403521a735500c693b44c96813ec5d2c8722e0f3f6817fbd5961bd00c4 +checksum=cfaf5fc3865116b7c40611c3424f30d8860cfc03f82cca4e344da7d30b479db0 CFLAGS="-O1"