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-client/files/patch-ae | |
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>
Diffstat (limited to '')
-rw-r--r-- | databases/firebird-client/files/patch-ae | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/databases/firebird-client/files/patch-ae b/databases/firebird-client/files/patch-ae index 2b26792352f1..1e857e24cd6e 100644 --- a/databases/firebird-client/files/patch-ae +++ b/databases/firebird-client/files/patch-ae @@ -1,18 +1,11 @@ ---- jrd/common.h.orig Thu Dec 6 05:06:37 2001 -+++ jrd/common.h Wed Nov 13 11:47:17 2002 -@@ -148,6 +148,7 @@ - /* FreeBSD for Intel platforms */ - #ifdef FREEBSD - -+#define UNIX_64_BIT_IO - #define FB_ALIGN(n,b) ((n + b - 1) & ~(b - 1)) - #define ALIGNMENT 4 - #define DOUBLE_ALIGN 4 -@@ -164,6 +165,7 @@ - #define QUADCONST(n) (n##LL) - #define KILLER_SIGNALS - #define MMAP_SUPPORTED -+#define MAP_ANONYMOUS - #define SIGACTION_SUPPORTED - #define NO_NFS /* no MTAB_OPEN or MTAB_CLOSE in isc_file.c */ +--- jrd/common.h.orig Wed Nov 13 11:44:27 2002 ++++ jrd/common.h Sun Jan 5 16:49:05 2003 +@@ -204,7 +204,7 @@ + #define I386 1 + #define VAX 1 + #define IMPLEMENTATION isc_info_db_impl_freebsd /* 61 */ +-#define SETPGRP setpgrp () ++#define SETPGRP setpgrp (0, 0) + #define ATEXIT(c) atexit(c) + #define QUADFORMAT "ll" |