diff options
Diffstat (limited to 'databases/firebird/files/patch-ae')
-rw-r--r-- | databases/firebird/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/firebird/files/patch-ae b/databases/firebird/files/patch-ae new file mode 100644 index 000000000000..12f66c37082b --- /dev/null +++ b/databases/firebird/files/patch-ae @@ -0,0 +1,10 @@ +--- jrd/common.h.orig Sat Nov 17 20:07:00 2001 ++++ jrd/common.h Sun Nov 18 18:54:26 2001 +@@ -137,6 +137,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 |