summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-07-04 13:27:24 +0000
committer Eric Hameleers <alien@slackware.com>2008-07-04 13:27:24 +0000
commit45ed2d4aefdb3b7a4492e040eb2c4796947152f1 (patch)
tree04b3ff09e28e6af4004484a60ce8eec5fed937f2 /truecrypt
parentd1e8ad240d5fd22af2b0518eb12b718638ab1cbc (diff)
downloadasb-45ed2d4aefdb3b7a4492e040eb2c4796947152f1.tar.gz
asb-45ed2d4aefdb3b7a4492e040eb2c4796947152f1.tar.xz
Initial revision
Diffstat (limited to 'truecrypt')
-rw-r--r--truecrypt/build/truecrypt-5.1a_gcc43.patch33
-rw-r--r--truecrypt/build/truecrypt-5.1a_wx.patch21
2 files changed, 54 insertions, 0 deletions
diff --git a/truecrypt/build/truecrypt-5.1a_gcc43.patch b/truecrypt/build/truecrypt-5.1a_gcc43.patch
new file mode 100644
index 00000000..acd92a2e
--- /dev/null
+++ b/truecrypt/build/truecrypt-5.1a_gcc43.patch
@@ -0,0 +1,33 @@
+diff -ubr ./truecrypt-5.1a-source/Core/FatFormatter.cpp ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp
+--- ./truecrypt-5.1a-source/Core/FatFormatter.cpp 2008-02-04 18:28:50.000000000 +0100
++++ ./truecrypt-5.1a-source-patch/Core/FatFormatter.cpp 2008-04-17 18:58:06.000000000 +0200
+@@ -13,6 +13,7 @@
+ #include "Common/Tcdefs.h"
+ #include "Platform/Platform.h"
+ #include "FatFormatter.h"
++#include <cstring>
+
+ namespace TrueCrypt
+ {
+diff -ubr ./truecrypt-5.1a-source/Platform/Memory.cpp ./truecrypt-5.1a-source-patch/Platform/Memory.cpp
+--- ./truecrypt-5.1a-source/Platform/Memory.cpp 2008-02-04 12:14:46.000000000 +0100
++++ ./truecrypt-5.1a-source-patch/Platform/Memory.cpp 2008-04-17 18:58:06.000000000 +0200
+@@ -8,6 +8,7 @@
+
+ #include "Memory.h"
+ #include "Exception.h"
++#include <cstring>
+
+ namespace TrueCrypt
+ {
+diff -ubr ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp
+--- ./truecrypt-5.1a-source/Volume/EncryptionTest.cpp 2008-02-04 12:14:12.000000000 +0100
++++ ./truecrypt-5.1a-source-patch/Volume/EncryptionTest.cpp 2008-04-17 18:58:06.000000000 +0200
+@@ -15,6 +15,7 @@
+ #include "EncryptionModeXTS.h"
+ #include "EncryptionTest.h"
+ #include "Pkcs5Kdf.h"
++#include <cstring>
+
+ namespace TrueCrypt
+ {
diff --git a/truecrypt/build/truecrypt-5.1a_wx.patch b/truecrypt/build/truecrypt-5.1a_wx.patch
new file mode 100644
index 00000000..ba8facb7
--- /dev/null
+++ b/truecrypt/build/truecrypt-5.1a_wx.patch
@@ -0,0 +1,21 @@
+diff -up ./Main/Main.make.wx ./Main/Main.make
+--- ./Main/Main.make.wx 2008-04-02 18:37:38.000000000 +0200
++++ ./Main/Main.make 2008-04-02 18:38:12.000000000 +0200
+@@ -78,13 +78,13 @@ endif
+
+ ifeq "$(TC_BUILD_CONFIG)" "Release"
+
+-CXXFLAGS += $(shell $(WX_BUILD_DIR)/wx-config --unicode --static --cxxflags)
+-WX_LIBS = $(shell $(WX_BUILD_DIR)/wx-config --unicode --static --libs $(WX_CONFIG_LIBS))
++CXXFLAGS += $(shell wx-config --unicode --cxxflags)
++WX_LIBS = $(shell wx-config --unicode --libs $(WX_CONFIG_LIBS))
+
+ else
+
+-CXXFLAGS += $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --cxxflags)
+-WX_LIBS = $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --libs $(WX_CONFIG_LIBS))
++CXXFLAGS += $(shell wx-config --debug --unicode --cxxflags)
++WX_LIBS = $(shell wx-config --debug --unicode --libs $(WX_CONFIG_LIBS))
+
+ endif
+