You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/truecrypt/files/makefile-archdetect.diff

12 lines
266 B

--- 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