summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-ae
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
commitea7d06de9102477b334d82b5b9617fdbefe1ec89 (patch)
tree010f6253bb4c0f6be3bcb32f6489cdb9b501d351 /databases/firebird-devel/files/patch-ae
parentAdd missing patches for the 1.5.r7 update. (diff)
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95039
Diffstat (limited to 'databases/firebird-devel/files/patch-ae')
-rw-r--r--databases/firebird-devel/files/patch-ae10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/firebird-devel/files/patch-ae b/databases/firebird-devel/files/patch-ae
deleted file mode 100644
index 12f66c37082b..000000000000
--- a/databases/firebird-devel/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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