From 6c1192cbf166698932030c2e3de71db1885a572d Mon Sep 17 00:00:00 2001 From: J Farkas Date: Sun, 3 Jul 2022 18:20:49 +0000 Subject: [PATCH] gperftools: fix patch whitespace --- srcpkgs/gperftools/patches/ppc-musl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gperftools/patches/ppc-musl.patch b/srcpkgs/gperftools/patches/ppc-musl.patch index bbeb4cd39312..d192ea612797 100644 --- a/srcpkgs/gperftools/patches/ppc-musl.patch +++ b/srcpkgs/gperftools/patches/ppc-musl.patch @@ -14,7 +14,7 @@ Compatibility fixes for musl. 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 + #include ], [ucontext_t u; return u.$pc_field == 0;],