Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118991 Details for
Bug 178176
wxwidgets.eclass use the old fashion config tool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff file to patch the current wxwidgets.class
wxwidgets.diff (text/plain), 1.36 KB, created by
Cyrius
on 2007-05-12 12:07:53 UTC
(
hide
)
Description:
Diff file to patch the current wxwidgets.class
Filename:
MIME Type:
Creator:
Cyrius
Created:
2007-05-12 12:07:53 UTC
Size:
1.36 KB
patch
obsolete
>--- /usr/portage/eclass/wxwidgets.eclass 2007-05-12 13:49:16.000000000 +0200 >+++ /usr/portage/eclass/wxwidgets.eclass 2007-05-12 12:54:45.000000000 +0200 >@@ -26,13 +26,13 @@ > #If you want to use wxGTK-2.6* export WX_GTK_VER in your ebuild: > if [ "${WX_GTK_VER}" = "2.6" ]; then > case $1 in >- gtk) set-wxconfig gtk-ansi;; >- gtk2) set-wxconfig gtk2-ansi;; >- unicode) set-wxconfig gtk2-unicode;; >- base) set-wxconfig base-ansi;; >- base-unicode) set-wxconfig base-unicode;; >- mac) set-wxconfig mac-ansi;; >- mac-unicode) set-wxconfig mac-unicode;; >+ gtk) wx-config gtk-ansi;; >+ gtk2) wx-config gtk2-ansi;; >+ unicode) wx-config gtk2-unicode;; >+ base) wx-config base-ansi;; >+ base-unicode) wx-config base-unicode;; >+ mac) wx-config mac-ansi;; >+ mac-unicode) wx-config mac-unicode;; > *) echo "!!! $FUNCNAME: Error: wxGTK was not comipled with $1." > echo "!!! Adjust your USE flags or re-emerge wxGTK with version you want." > exit 1;; >@@ -41,9 +41,9 @@ > else > WX_GTK_VER="2.4" > case $1 in >- gtk) set-wxconfig wxgtk;; >- gtk2) set-wxconfig wxgtk2;; >- unicode) set-wxconfig wxgtk2u;; >+ gtk) wx-config wxgtk;; >+ gtk2) wx-config wxgtk2;; >+ unicode) wx-config wxgtk2u;; > *) echo "!!! $FUNCNAME: Error: wxGTK was not compiled with $1." > echo "!!! Adjust your USE flags or re-emerge wxGTK with the version you want." > exit 1;;
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 178176
:
118990
|
118991
|
119000