diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 11:52:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 11:52:00 +0000 |
commit | f6223e6222bc0267fb2f249a35f74797cd61f34f (patch) | |
tree | e3b8c6bbc728fab65015b8b1e062eaa742ef5ef9 /databases/firebird/files/patch-jrd::thd.c | |
parent | Add dependency on gnomeprintui. (diff) |
[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 <chris@aims.com.au>
Notes
Notes:
svn path=/head/; revision=73245
Diffstat (limited to 'databases/firebird/files/patch-jrd::thd.c')
-rw-r--r-- | databases/firebird/files/patch-jrd::thd.c | 20 |
1 files changed, 0 insertions, 20 deletions
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); |