Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245322 | Differences between
and this patch

Collapse All | Expand All

(-)truecrypt-6.1-source.orig/Makefile (+1 lines)
Lines 50-55 C_CXX_FLAGS += -I$(PKCS11_INC) Link Here
50
endif
50
endif
51
51
52
C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1
52
C_CXX_FLAGS += -DBOOL=int -DFALSE=0 -DTRUE=1
53
C_CXX_FLAGS += -DBOOL1=int
53
ifeq "$(origin USE64BIT)" "command line"
54
ifeq "$(origin USE64BIT)" "command line"
54
C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long'  # Tested in PlatformTest
55
C_CXX_FLAGS += -D__int8=char -D__int16=short -D__int32=int '-D__int64=long'  # Tested in PlatformTest
55
else
56
else

Return to bug 245322