From 162945d2a91899b637bbb9e163b406350de12906 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Oct 2021 19:43:03 +0100 Subject: gentoo resync : 30.10.2021 --- .../google-perftools/files/fix_ppc64el_FTBFS.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-util/google-perftools/files/fix_ppc64el_FTBFS.patch (limited to 'dev-util/google-perftools/files/fix_ppc64el_FTBFS.patch') diff --git a/dev-util/google-perftools/files/fix_ppc64el_FTBFS.patch b/dev-util/google-perftools/files/fix_ppc64el_FTBFS.patch deleted file mode 100644 index 84f28e1eefe8..000000000000 --- a/dev-util/google-perftools/files/fix_ppc64el_FTBFS.patch +++ /dev/null @@ -1,31 +0,0 @@ -Description: ucontext constants in ptrace.h on ppc64el - Needs to include the mentioned header for ucontext. -Author: Laszlo Boszormenyi (GCS) -Bug-Debian: https://bugs.debian.org/894749 -Forwarded: no -Last-Update: 2018-05-06 - ---- - ---- google-perftools-2.7.orig/m4/pc_from_ucontext.m4 -+++ google-perftools-2.7/m4/pc_from_ucontext.m4 -@@ -55,7 +55,8 @@ AC_DEFUN([AC_PC_FROM_UCONTEXT], - pc_field_found=true) - elif test "x$ac_cv_header_sys_ucontext_h" = xyes; then - AC_TRY_COMPILE([#define _GNU_SOURCE 1 -- #include ], -+ #include , -+ #include ], - [ucontext_t u; return u.$pc_field == 0;], - AC_DEFINE_UNQUOTED(PC_FROM_UCONTEXT, $pc_field, - How to access the PC from a struct ucontext) ---- google-perftools-2.7.orig/src/getpc.h -+++ google-perftools-2.7/src/getpc.h -@@ -58,6 +58,7 @@ - #include // for memcmp - #if defined(HAVE_SYS_UCONTEXT_H) - #include -+#include - #elif defined(HAVE_UCONTEXT_H) - #include // for ucontext_t (and also mcontext_t) - #elif defined(HAVE_CYGWIN_SIGNAL_H) -- cgit v1.2.3