From f6223e6222bc0267fb2f249a35f74797cd61f34f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 16 Jan 2003 11:52:00 +0000 Subject: [MAINTAINER UPDATE]: databases/firebird - Update to 1.0.2 Disabled package building for -current because of NFS locking problems. ^^ hopefully did it okay. PR: ports/46926 Submitted by: Chris Knight --- databases/firebird/files/patch-jrd::thd.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 databases/firebird/files/patch-jrd::thd.c (limited to 'databases/firebird/files/patch-jrd::thd.c') diff --git a/databases/firebird/files/patch-jrd::thd.c b/databases/firebird/files/patch-jrd::thd.c deleted file mode 100644 index a09c3fe4e1c3..000000000000 --- a/databases/firebird/files/patch-jrd::thd.c +++ /dev/null @@ -1,20 +0,0 @@ ---- jrd/thd.c.orig Thu May 24 14:11:11 2001 -+++ jrd/thd.c Sun Jul 7 14:52:07 2002 -@@ -2605,7 +2605,7 @@ - int detach_state=PTHREAD_CREATE_DETACHED - #endif - --#if ( !defined HP10 && !defined linux ) -+#if ( !defined HP10 && !defined linux && !defined FREEBSD ) - - state = pthread_attr_init (&pattr); - if (state) -@@ -2628,7 +2628,7 @@ - return state; - - #else --#ifdef linux -+#if ( defined linux || defined FREEBSD ) - if (state = pthread_create (&thread, NULL, routine, arg)) - return state; - return pthread_detach (thread); -- cgit v1.2.3