Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145866 Details for
Bug 213074
app-crypt/truecrypt-5.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bool patch
truecrypt-5.1-bool.patch (text/plain), 964 bytes, created by
Tomáš Chvátal (RETIRED)
on 2008-03-11 21:15:35 UTC
(
hide
)
Description:
bool patch
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2008-03-11 21:15:35 UTC
Size:
964 bytes
patch
obsolete
> >xwGTK undef BOOL if ODBC is used. >Next version of xwGTK does not have db support. > >--- >diff -urN truecrypt-5.1-source.orig/Common/Crypto.h truecrypt-5.1-source/Common/Crypto.h >--- truecrypt-5.1-source.orig/Common/Crypto.h 2008-03-07 22:33:42.000000000 +0100 >+++ truecrypt-5.1-source/Common/Crypto.h 2008-03-11 21:08:10.000000000 +0100 >@@ -29,6 +29,10 @@ > > #include "Tcdefs.h" > >+#ifndef BOOL >+#define BOOL BOOL1 >+#endif >+ > #ifdef __cplusplus > extern "C" { > #endif >diff -urN truecrypt-5.1-source.orig/Makefile truecrypt-5.1-source/Makefile >--- truecrypt-5.1-source.orig/Makefile 2008-03-09 20:27:30.000000000 +0100 >+++ truecrypt-5.1-source/Makefile 2008-03-11 21:07:27.000000000 +0100 >@@ -44,6 +44,7 @@ > > C_CXX_FLAGS := -MMD -I$(BASE_DIR) -I$(BASE_DIR)/Crypto > C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1 >+C_CXX_FLAGS += -DBOOL1=int > C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long long' # Tested in PlatformTest > > export LFLAGS :=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213074
:
145865
| 145866 |
145867
|
145868