]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - app-crypt/truecrypt/files/truecrypt-6.1-64bit.patch
Initial import
[CDN/portage-cdn.git] / app-crypt / truecrypt / files / truecrypt-6.1-64bit.patch
1 diff -urNp truecrypt-6.1-source.orig/Makefile truecrypt-6.1-source/Makefile
2 --- truecrypt-6.1-source.orig/Makefile  2008-11-11 12:43:29.000000000 +0300
3 +++ truecrypt-6.1-source/Makefile       2008-11-11 13:34:37.000000000 +0300
4 @@ -50,7 +50,11 @@ C_CXX_FLAGS += -I$(PKCS11_INC)
5  endif
6  
7  C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1
8 +ifeq "$(origin USE64BIT)" "command line"
9 +C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long'  # Tested in PlatformTest
10 +else
11  C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long long'  # Tested in PlatformTest
12 +endif
13  
14  export LFLAGS :=
15  export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig