pioneer: update to 20210723.
This commit is contained in:
parent
bc55ef3e88
commit
9d87d386bc
|
@ -1,10 +1,10 @@
|
|||
--- a/contrib/profiler/Profiler.h
|
||||
+++ b/contrib/profiler/Profiler.h
|
||||
@@ -11,7 +11,7 @@
|
||||
#undef fastcall
|
||||
@@ -8,7 +8,7 @@
|
||||
#define __PROFILER_FULL_TYPE_EXPANSION__
|
||||
|
||||
//#define USE_CHRONO
|
||||
-#if !defined(USE_CHRONO) && (defined(__arm__) || defined(__aarch64__) || defined(_M_AMD64) || defined(_WIN64) || defined(_M_X64))
|
||||
-#if !defined(USE_CHRONO) && (defined(__arm__) || defined(__aarch64__) || defined(__PPC64__) || defined(_M_AMD64) || defined(_WIN64) || defined(_M_X64))
|
||||
+#if !defined(USE_CHRONO) && (defined(__arm__) || defined(__aarch64__) || defined(__powerpc__) || defined(_M_AMD64) || defined(_WIN64) || defined(_M_X64))
|
||||
// this isn't optional for __arm__ or x64 builds
|
||||
#define USE_CHRONO
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pioneer'
|
||||
pkgname=pioneer
|
||||
version=20210203
|
||||
version=20210723
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_build_target="all build-data"
|
||||
|
@ -15,7 +15,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://pioneerspacesim.net"
|
||||
distfiles="https://github.com/pioneerspacesim/pioneer/archive/${version}.tar.gz"
|
||||
checksum=fcbc57374123b44161e9d15d97bd950255f654a222840894f50bfc2be716ea68
|
||||
checksum=5f5d794d3095079e629980a6a3285d83b95b97e6c9b6058c73531cd06f8d082d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" pioneer-modelcompiler"
|
||||
|
|
Loading…
Reference in New Issue