1 diff -urN truecrypt-7.0a-source/Makefile truecrypt-7.0a-source.fixed/Makefile
2 --- truecrypt-7.0a-source/Makefile 2010-09-05 10:32:10.000000000 -0400
3 +++ truecrypt-7.0a-source.fixed/Makefile 2011-07-05 21:41:50.296437879 -0400
6 export CPU_ARCH ?= unknown
8 -ARCH = $(shell uname -p)
9 -ifeq "$(ARCH)" "unknown"
10 - ARCH = $(shell uname -m)
12 +ARCH = $(shell uname -m)
14 ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH)))