commit: e78eadf0fbf01f15ee543222054bdd603041986d Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Feb 21 13:38:31 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Feb 22 07:11:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78eadf0
sys-devel/bin86: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24298 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch b/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch deleted file mode 100644 index b494a8b724de..000000000000 --- a/sys-devel/bin86/files/bin86-0.16.17-amd64-build.patch +++ /dev/null @@ -1,17 +0,0 @@ -This should make it built on other archictectures as well - -https://bugs.gentoo.org/428228 - ---- ld/x86_aout.h -+++ ld/x86_aout.h -@@ -13,7 +13,9 @@ - typedef long Long; - #define __OUT_OK 1 - #else --typedef char Long[4]; -+#define __OUT_OK 1 -+#include <inttypes.h> -+typedef int32_t Long; - #endif - - struct exec { /* a.out header */
