diff options
Diffstat (limited to 'app-crypt/truecrypt/files/makefile-archdetect.diff')
-rw-r--r-- | app-crypt/truecrypt/files/makefile-archdetect.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/truecrypt/files/makefile-archdetect.diff b/app-crypt/truecrypt/files/makefile-archdetect.diff new file mode 100644 index 000000000000..c01c670bbdaf --- /dev/null +++ b/app-crypt/truecrypt/files/makefile-archdetect.diff @@ -0,0 +1,11 @@ +--- Makefile 2010-09-05 10:32:10.000000000 -0400 ++++ Makefile.new 2011-06-01 10:17:41.575000055 -0400 +@@ -128,7 +128,7 @@ + ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH))) + CPU_ARCH = x86 + ASM_OBJ_FORMAT = elf32 +-else ifneq (,$(filter x86_64 x86-64 amd64 x64,$(ARCH))) ++else ifneq (,$(filter i3 i5 i7 x86_64 x86-64 amd64 x64,$(ARCH))) + CPU_ARCH = x64 + ASM_OBJ_FORMAT = elf64 + endif |