From 82b24148942203f7b504cb6d3c3ec2420739ce5b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 13 Jun 2012 08:32:13 +0000 Subject: main/truecrypt: moved from testing and fix libdl underlinking --- main/truecrypt/truecrypt-arch-detection.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main/truecrypt/truecrypt-arch-detection.patch (limited to 'main/truecrypt/truecrypt-arch-detection.patch') diff --git a/main/truecrypt/truecrypt-arch-detection.patch b/main/truecrypt/truecrypt-arch-detection.patch new file mode 100644 index 0000000000..bc16a2a36e --- /dev/null +++ b/main/truecrypt/truecrypt-arch-detection.patch @@ -0,0 +1,15 @@ +diff -urN truecrypt-7.0a-source/Makefile truecrypt-7.0a-source.fixed/Makefile +--- truecrypt-7.0a-source/Makefile 2010-09-05 10:32:10.000000000 -0400 ++++ truecrypt-7.0a-source.fixed/Makefile 2011-07-05 21:41:50.296437879 -0400 +@@ -120,10 +120,7 @@ + + export CPU_ARCH ?= unknown + +-ARCH = $(shell uname -p) +-ifeq "$(ARCH)" "unknown" +- ARCH = $(shell uname -m) +-endif ++ARCH = $(shell uname -m) + + ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH))) + CPU_ARCH = x86 -- cgit v1.2.3