summaryrefslogtreecommitdiffstats
path: root/app-crypt/truecrypt/files/makefile-archdetect.diff
blob: 312dcfa27002763454e4844ad64204b8d0740ec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile	2010-09-05 10:32:10.000000000 -0400
+++ Makefile.new	2011-06-01 15:23:24.975000088 -0400
@@ -120,7 +120,7 @@
 
 export CPU_ARCH ?= unknown
 
-ARCH = $(shell uname -p)
+ARCH = $(shell uname -m)
 ifeq "$(ARCH)" "unknown"
 	ARCH = $(shell uname -m)
 endif