sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-23 18:07:35 +00:00
parent 358e427f5b
commit 6f57aa08fd
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
149 changed files with 1364 additions and 3248 deletions

View file

@ -1,12 +0,0 @@
Index: PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
--- PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h.orig
+++ PostgreSQL/ThirdPartyDownloads/Orthanc-1.11.1/OrthancFramework/Resources/ThirdParty/minizip/ioapi.h
@@ -50,7 +50,7 @@
#define ftello64 ftell
#define fseeko64 fseek
#else
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#define fopen64 fopen
#define ftello64 ftello
#define fseeko64 fseeko