From 1f412c28a53a1b08c4f6c3a64677e0568388577c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 17:23:49 +0000 Subject: Add SuperServer build Remove perl from scripts Remove scripts + consolidate into pkg-install PR: 45185 Submitted by: maintainer --- databases/firebird/files/patch-jrd::thd.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 databases/firebird/files/patch-jrd::thd.h (limited to 'databases/firebird/files/patch-jrd::thd.h') diff --git a/databases/firebird/files/patch-jrd::thd.h b/databases/firebird/files/patch-jrd::thd.h new file mode 100644 index 000000000000..b4e74ecfbe59 --- /dev/null +++ b/databases/firebird/files/patch-jrd::thd.h @@ -0,0 +1,14 @@ +--- jrd/thd.h.orig Sat Mar 2 00:16:31 2002 ++++ jrd/thd.h Mon May 13 19:10:37 2002 +@@ -98,6 +98,11 @@ + #define MULTI_THREAD 1 + #endif + ++#if (defined(FREEBSD) && defined(SUPERSERVER)) ++#define POSIX_THREADS 1 ++#define MULTI_THREAD 1 ++#endif ++ + #ifdef VMS + #ifndef GATEWAY + #define MULTI_THREAD 1 -- cgit v1.2.3