summaryrefslogtreecommitdiff
path: root/databases/firebird/files/patch-lock::lock.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:23:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-11 17:23:49 +0000
commit1f412c28a53a1b08c4f6c3a64677e0568388577c (patch)
tree7b8c29151266c541a5201c165909c912cbd3cc59 /databases/firebird/files/patch-lock::lock.h
parentupgrade 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-lock::lock.h')
-rw-r--r--databases/firebird/files/patch-lock::lock.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/firebird/files/patch-lock::lock.h b/databases/firebird/files/patch-lock::lock.h
new file mode 100644
index 000000000000..fe7ad684d99e
--- /dev/null
+++ b/databases/firebird/files/patch-lock::lock.h
@@ -0,0 +1,13 @@
+--- lock/lock.h.orig Wed Jun 6 05:43:58 2001
++++ lock/lock.h Sat Jul 6 18:08:56 2002
+@@ -65,8 +65,10 @@
+ #ifndef SOLARIS_MT
+ #if !(defined(HP10) && defined(SUPERSERVER))
+ #if !(defined(LINUX) && defined(SUPERSERVER))
++#if !(defined(FREEBSD) && defined(SUPERSERVER))
+ #ifndef DARWIN
+ #define MANAGER_PROCESS
++#endif
+ #endif
+ #endif
+ #endif