From 283b41969146a10af1c78c42c1942259b788a7eb Mon Sep 17 00:00:00 2001 From: Teus Benschop Date: Sun, 28 Oct 2018 11:58:04 +0100 Subject: remove already applied patches --- debian/patches/series | 1 - debian/patches/sword-ppc64.patch | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 debian/patches/sword-ppc64.patch (limited to 'debian/patches') diff --git a/debian/patches/series b/debian/patches/series index 9643f59..380f743 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ 13_curl.diff abicompare.patch -sword-ppc64.patch template-depth.patch diff --git a/debian/patches/sword-ppc64.patch b/debian/patches/sword-ppc64.patch deleted file mode 100644 index 4fc1cf5..0000000 --- a/debian/patches/sword-ppc64.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: fix Type definition conflict with asm/types.h for ppc64 -Author: Fernando Seiti Furusato - -Index: sword-1.7.3+dfsg/include/sysdata.h -=================================================================== ---- sword-1.7.3+dfsg.orig/include/sysdata.h -+++ sword-1.7.3+dfsg/include/sysdata.h -@@ -40,12 +40,15 @@ typedef unsigned short __u16; - typedef signed int __s32; - typedef unsigned int __u32; - --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__powerpc64__) - __extension__ typedef __signed__ long long __s64; - __extension__ typedef unsigned long long __u64; - #elif defined(__BORLANDC__) - typedef signed __int64 __s64; - typedef unsigned __int64 __u64; -+#elif defined(__powerpc64__) -+typedef __signed__ long __s64; -+typedef unsigned long __u64; - #else - typedef signed long long __s64; - typedef unsigned long long __u64; -- cgit v1.2.3