update to tinyxml2-10.0.0, from Kirill A. Korinsky

This commit is contained in:
sthen
2024-06-05 11:12:53 +00:00
parent 56af75f7a3
commit 68f0414da9
3 changed files with 5 additions and 17 deletions
+3 -3
View File
@@ -2,13 +2,13 @@ COMMENT = simple, small and efficient C++ XML parser
GH_ACCOUNT = leethomason
GH_PROJECT = tinyxml2
GH_TAGNAME = 9.0.0
GH_TAGNAME = 10.0.0
SHARED_LIBS += tinyxml2 9.0 # 9.0
SHARED_LIBS += tinyxml2 10.0 # 10.0
CATEGORIES = textproc
HOMEPAGE = http://www.grinninglizard.com/tinyxml2/index.html
HOMEPAGE = https://github.com/leethomason/tinyxml2/
# zlib
PERMIT_PACKAGE = Yes
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (tinyxml2-9.0.0.tar.gz) = zC8UF8MIsfasxU+I63B3Ggv2X3YoLOXEDlTP5SlScCw=
SIZE (tinyxml2-9.0.0.tar.gz) = 619734
SHA256 (tinyxml2-10.0.0.tar.gz) = O98VEouhZobmm84lbMRo52x7lP8sfzkcxewJ5Av/ODk=
SIZE (tinyxml2-10.0.0.tar.gz) = 642421
@@ -1,12 +0,0 @@
Index: tinyxml2.cpp
--- tinyxml2.cpp.orig
+++ tinyxml2.cpp
@@ -103,7 +103,7 @@ distribution.
#if defined(_WIN64)
#define TIXML_FSEEK _fseeki64
#define TIXML_FTELL _ftelli64
-#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__ANDROID__)
+#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__ANDROID__) || defined(__OpenBSD__)
#define TIXML_FSEEK fseeko
#define TIXML_FTELL ftello
#elif defined(__unix__) && defined(__x86_64__)