From 88d7731ab1fb7000296f6910cc638f4b221c36c1 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sun, 30 Sep 2018 15:39:06 +0200 Subject: [PATCH] EmulationStation-rpi: rebuild against boost-1.68.0 --- .../EmulationStation-rpi/patches/musl.patch | 22 +++++++++++++++++++ srcpkgs/EmulationStation-rpi/template | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/EmulationStation-rpi/patches/musl.patch diff --git a/srcpkgs/EmulationStation-rpi/patches/musl.patch b/srcpkgs/EmulationStation-rpi/patches/musl.patch new file mode 100644 index 00000000000..14ee228a040 --- /dev/null +++ b/srcpkgs/EmulationStation-rpi/patches/musl.patch @@ -0,0 +1,22 @@ +--- es-core/src/Util.cpp 2016-03-13 20:31:00.000000000 +0100 ++++ - 2018-10-05 11:16:58.054469211 +0200 +@@ -32,7 +32,7 @@ + } + + +-#if _MSC_VER < 1800 ++#if 0 + float round(float num) + { + return (float)((int)(num + 0.5f)); +--- es-core/src/Util.h 2016-03-13 20:31:00.000000000 +0100 ++++ - 2018-10-05 11:17:16.991980845 +0200 +@@ -15,7 +15,7 @@ + Eigen::Vector3f roundVector(const Eigen::Vector3f& vec); + Eigen::Vector2f roundVector(const Eigen::Vector2f& vec); + +-#if _MSC_VER < 1800 ++#if 0 + float round(float num); + #endif /* _MSC_VER */ + diff --git a/srcpkgs/EmulationStation-rpi/template b/srcpkgs/EmulationStation-rpi/template index a52bd6efab3..7e1f532c82b 100644 --- a/srcpkgs/EmulationStation-rpi/template +++ b/srcpkgs/EmulationStation-rpi/template @@ -1,7 +1,7 @@ # Template file for 'EmulationStation-rpi' pkgname=EmulationStation-rpi version=2.0.1a -revision=1 +revision=2 _githash=93f6e11c95f9e7a0c00d3a70c744b22d9a931127 build_style=cmake only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"