pkgsrc-wip/firebird/patches/patch-aa
Thomas Klausner 9abcfff6e0 Update to 2.0rc3 -- installation broken, but build succeeds.
Too many changes since 1.5 to mention here.
2006-09-16 06:55:10 +00:00

13 lines
510 B
Text

$NetBSD$
--- src/include/firebird.h.orig 2005-09-22 07:09:57.000000000 +0000
+++ src/include/firebird.h
@@ -87,7 +87,7 @@ using namespace NAMESPACE;
#define USE_POSIX_THREADS
#endif
#ifdef SUPERCLIENT
-#if defined(LINUX) || defined(FREEBSD)
+#if defined(LINUX) || defined(FREEBSD) || defined(NETBSD)
/* The following ifdef was added to build thread safe gds shared
library on linux platform. It seems the gdslib works now (20020220)
with thread enabled applications. Anyway, more tests should be