From a19b3c5e7acaa10e6eff2d2d16e519cd79a103d5 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 27 Aug 2020 20:28:47 +0200 Subject: app-benchmarks/interbench: fix compilation with musl Closes: https://bugs.gentoo.org/715426 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki --- app-benchmarks/interbench/files/interbench-0.31-musl.patch | 10 ++++++++++ app-benchmarks/interbench/interbench-0.31.ebuild | 7 +++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 app-benchmarks/interbench/files/interbench-0.31-musl.patch (limited to 'app-benchmarks/interbench') diff --git a/app-benchmarks/interbench/files/interbench-0.31-musl.patch b/app-benchmarks/interbench/files/interbench-0.31-musl.patch new file mode 100644 index 000000000000..df673be5114a --- /dev/null +++ b/app-benchmarks/interbench/files/interbench-0.31-musl.patch @@ -0,0 +1,10 @@ +--- interbench-0.31.orig/interbench.c 2016-10-21 02:28:00.000000000 +0000 ++++ interbench-0.31/interbench.c 2020-08-27 16:24:51.521420811 +0000 +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/app-benchmarks/interbench/interbench-0.31.ebuild b/app-benchmarks/interbench/interbench-0.31.ebuild index dfa772bcebbb..b77a5a4b1187 100644 --- a/app-benchmarks/interbench/interbench-0.31.ebuild +++ b/app-benchmarks/interbench/interbench-0.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,10 @@ KEYWORDS="amd64 x86" LICENSE="GPL-2+" SLOT="0" -PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) +PATCHES=( + "${FILESDIR}/${P}-makefile.patch" + "${FILESDIR}/${P}-musl.patch" +) DOCS=( "readme" -- cgit v1.2.3-65-gdbad