mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ZXTune: fix build for 32 bit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 4fc7c1f8c1a6ffce39af7657ea114cec8e5b1d3a Mon Sep 17 00:00:00 2001
|
||||
From 0c5c580e530c763ec4b67ee94a33272cc6913ec0 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Tue, 16 Nov 2021 15:46:57 +1000
|
||||
Subject: Fix build for haiku
|
||||
@@ -242,3 +242,26 @@ index 03d9fe3..03b7639 100644
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
From 41035027e8e2e8ff17e0c9b5cb68faf901d88f11 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Tue, 16 Nov 2021 18:48:15 +1000
|
||||
Subject: Fix build for 32 bit
|
||||
|
||||
|
||||
diff --git a/src/core/plugins/archives/raw_supp.cpp b/src/core/plugins/archives/raw_supp.cpp
|
||||
index 2cd9696..14692d9 100644
|
||||
--- a/src/core/plugins/archives/raw_supp.cpp
|
||||
+++ b/src/core/plugins/archives/raw_supp.cpp
|
||||
@@ -338,7 +338,7 @@ namespace ZXTune::Raw
|
||||
|
||||
private:
|
||||
Log::ProgressCallback* const Delegate;
|
||||
- const Math::ScaleFunctor<std::size_t> ToPercent;
|
||||
+ const Math::ScaleFunctor<uint64_t> ToPercent;
|
||||
const String Text;
|
||||
};
|
||||
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION="Player of computer music from ZX Spectrum, Amiga, Atari, Commodore
|
||||
HOMEPAGE="https://zxtune.bitbucket.io/"
|
||||
COPYRIGHT="2008–2021 Vitamin, CAIG"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="d1e9526f9ca945eff79f09087b4ed75e58f050e7"
|
||||
SOURCE_URI="https://github.com/vitamin-caig/zxtune/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="dfd1929fa365e754f48b8684e352b1973f84ceb5b6517b07db51a5100fe7d548"
|
||||
|
||||
Reference in New Issue
Block a user