mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
qt6_3d: bump version
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From a38f3d755ebb7a065402048dc0a794e7ccc798ba Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 10 Apr 2024 21:50:59 +1000
|
||||
Subject: Fix build
|
||||
|
||||
|
||||
diff --git a/src/3rdparty/assimp/src/contrib/unzip/ioapi.c b/src/3rdparty/assimp/src/contrib/unzip/ioapi.c
|
||||
index 0ca29db..2aca20f 100644
|
||||
--- a/src/3rdparty/assimp/src/contrib/unzip/ioapi.c
|
||||
+++ b/src/3rdparty/assimp/src/contrib/unzip/ioapi.c
|
||||
@@ -14,7 +14,7 @@
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
-#if defined(__APPLE__) || defined(IOAPI_NO_64)
|
||||
+#if defined(__APPLE__) || defined(__HAIKU__) || defined(IOAPI_NO_64)
|
||||
// In darwin and perhaps other BSD variants off_t is a 64 bit value, hence no need for specific 64 bit functions
|
||||
#define FOPEN_FUNC(filename, mode) fopen(filename, mode)
|
||||
#define FTELLO_FUNC(stream) ftello(stream)
|
||||
--
|
||||
2.43.2
|
||||
|
||||
@@ -8,12 +8,11 @@ COPYRIGHT="2015-2024 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
|
||||
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qt3d-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="803b82a8be8632b79f4fc717b236edba716100ab274a54349add439056896424"
|
||||
CHECKSUM_SHA256="8bc087d904973133186e58471845c5df376bbfdcfcf079fda287e1cda27c8adf"
|
||||
SOURCE_DIR="qt3d-everywhere-src-$portVersion"
|
||||
PATCHES="qt6_3d-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
Reference in New Issue
Block a user