EmulationStation-rpi: rebuild against boost-1.68.0

This commit is contained in:
John Zimmermann 2018-09-30 15:39:06 +02:00
parent e96be1a2b9
commit 88d7731ab1
2 changed files with 23 additions and 1 deletions

View File

@ -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 */

View File

@ -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"