summaryrefslogtreecommitdiffstats
path: root/truecrypt/build/truecrypt-5.1a_wx.patch
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/build/truecrypt-5.1a_wx.patch
parentd1e8ad240d5fd22af2b0518eb12b718638ab1cbc (diff)
downloadasb-45ed2d4aefdb3b7a4492e040eb2c4796947152f1.tar.gz
asb-45ed2d4aefdb3b7a4492e040eb2c4796947152f1.tar.xz
Initial revision
Diffstat (limited to '')
-rw-r--r--truecrypt/build/truecrypt-5.1a_wx.patch21
1 files changed, 21 insertions, 0 deletions
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
+