sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-24 08:00:32 +00:00
parent cbcec355c0
commit c376d85ea0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
190 changed files with 4781 additions and 1132 deletions

View file

@ -0,0 +1,12 @@
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