ports/databases/firebird40-server/files/patch-src_common_classes_DbImplementation.cpp
Piotr Kubaj 75f48516f0 databases/firebird40-server: fix build on powerpc64le
config.status: error: cannot find input file: `builds/posix/prefix.freebsd_powerpc64el'
2022-12-12 15:57:51 +00:00

11 lines
736 B
C++

--- src/common/classes/DbImplementation.cpp.orig 2022-12-12 01:04:38 UTC
+++ src/common/classes/DbImplementation.cpp
@@ -126,7 +126,7 @@ const UCHAR backwardTable[FB_NELEM(hardware) * FB_NELE
/* HPUX */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0,
/* AIX */ 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* MVS */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-/* FreeBSD */ 61, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+/* FreeBSD */ 61, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0,
/* NetBSD */ 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};