Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145867 Details for
Bug 213074
app-crypt/truecrypt-5.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
build patch
truecrypt-5.1-build.patch (text/plain), 962 bytes, created by
Tomáš Chvátal (RETIRED)
on 2008-03-11 21:15:53 UTC
(
hide
)
Description:
build patch
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2008-03-11 21:15:53 UTC
Size:
962 bytes
patch
obsolete
>diff -urN truecrypt-5.1-source.orig/Main/Main.make truecrypt-5.1-source/Main/Main.make >--- truecrypt-5.1-source.orig/Main/Main.make 2008-03-02 18:12:16.000000000 +0100 >+++ truecrypt-5.1-source/Main/Main.make 2008-03-11 21:12:11.000000000 +0100 >@@ -69,13 +69,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 adv,core,base) >+CXXFLAGS += $(shell $(WX_CONFIG) $(WX_CONFIG_EXTRA) --cxxflags) >+WX_LIBS = $(shell $(WX_CONFIG) $(WX_CONFIG_EXTRA) --libs adv,core,base) > > else > >-CXXFLAGS += $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --cxxflags) >-WX_LIBS = $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --libs adv,core,base) >+CXXFLAGS += $(shell $(WX_CONFIG) $(WX_CONFIG_EXTRA) --debug --cxxflags) >+WX_LIBS = $(shell $(WX_CONFIG) $(WX_CONFIG_EXTRA) --debug --libs adv,core,base) > > endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213074
:
145865
|
145866
| 145867 |
145868