diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-05 20:46:30 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-05 20:46:30 +0000 |
commit | 7ea236ce11613bcf18767714d5c31bd15891044f (patch) | |
tree | 52e144ce85a7074b9fdcb5f5400780abffc64247 /dev-db/odbtp/files | |
parent | Gcc 4 compile fix (diff) | |
download | gentoo-2-7ea236ce11613bcf18767714d5c31bd15891044f.tar.gz gentoo-2-7ea236ce11613bcf18767714d5c31bd15891044f.tar.bz2 gentoo-2-7ea236ce11613bcf18767714d5c31bd15891044f.zip |
Add fix for 64bit OS. Add ~amd64 wrt bug #146426.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-db/odbtp/files')
-rw-r--r-- | dev-db/odbtp/files/odbtp-1.1.4-amd64.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/odbtp/files/odbtp-1.1.4-amd64.patch b/dev-db/odbtp/files/odbtp-1.1.4-amd64.patch new file mode 100644 index 000000000000..1ba2cb3b71e5 --- /dev/null +++ b/dev-db/odbtp/files/odbtp-1.1.4-amd64.patch @@ -0,0 +1,11 @@ +--- odbtp-1.1.4/odbtp.h.old 2006-11-05 21:29:33.000000000 +0100 ++++ odbtp-1.1.4/odbtp.h 2006-11-05 21:29:44.000000000 +0100 +@@ -22,7 +22,7 @@ + #define _ODBTP_H_ + + /* The below line must be uncommented for 64-bit systems, such as Tru64. */ +-/* #define _C_LONG_64_ 1 */ ++#define _C_LONG_64_ 1 + + #define ODBTP_LIB_VERSION "1.1.4" + |