Changes of Revision 10
[-] [+] | Changed | truecrypt.spec |
[-] [+] | Added | truecrypt-6.0-wx.patch ^ |
@@ -0,0 +1,20 @@ +--- Main/Main.make.orig 2008-07-01 21:53:44.000000000 +0200 ++++ Main/Main.make 2008-07-05 12:01:13.000000000 +0200 +@@ -76,13 +76,13 @@ + + 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 --static --cxxflags) ++WX_LIBS = $(shell wx-config --unicode --static --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 --static --cxxflags) ++WX_LIBS = $(shell wx-config --debug --unicode --static --libs $(WX_CONFIG_LIBS)) + + endif + |