diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-11 17:23:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-11 17:23:49 +0000 |
commit | 1f412c28a53a1b08c4f6c3a64677e0568388577c (patch) | |
tree | 7b8c29151266c541a5201c165909c912cbd3cc59 /databases/firebird/files/patch-jrd::thd.h | |
parent | upgrade to 20021103 (diff) |
Add SuperServer build
Remove perl from scripts
Remove scripts + consolidate into pkg-install
PR: 45185
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=69904
Diffstat (limited to 'databases/firebird/files/patch-jrd::thd.h')
-rw-r--r-- | databases/firebird/files/patch-jrd::thd.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |