Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105607 Details for
Bug 145884
x11-libs/wxGTK-2.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wxwidgets.eclass.patch
wxwidgets.eclass.patch (text/plain), 899 bytes, created by
Ivan Yosifov
on 2007-01-06 09:34:52 UTC
(
hide
)
Description:
wxwidgets.eclass.patch
Filename:
MIME Type:
Creator:
Ivan Yosifov
Created:
2007-01-06 09:34:52 UTC
Size:
899 bytes
patch
obsolete
>--- /usr/portage/eclass/wxwidgets.eclass 2007-01-02 10:35:49.000000000 +0200 >+++ /usr/local/portage/obelix/eclass/wxwidgets.eclass 2007-01-05 21:27:58.000000000 +0200 >@@ -23,8 +23,8 @@ > > need-wxwidgets() { > debug-print-function $FUNCNAME $* >- #If you want to use wxGTK-2.6* export WX_GTK_VER in your ebuild: >- if [ "${WX_GTK_VER}" = "2.6" ]; then >+ #If you want to use wxGTK-2.6* or wxGTK-2.8* export WX_GTK_VER in your ebuild: >+ if [[ "${WX_GTK_VER}" == "2.6" || "${WX_GTK_VER}" == "2.8" ]]; then > case $1 in > gtk) set-wxconfig gtk-ansi;; > gtk2) set-wxconfig gtk2-ansi;; >@@ -56,7 +56,7 @@ > > debug-print-function $FUNCNAME $* > >- if [ "${WX_GTK_VER}" = "2.6" ] ; then >+ if [[ "${WX_GTK_VER}" == "2.6" || "${WX_GTK_VER}" == "2.8" ]] ; then > wxconfig_prefix="/usr/$(get_libdir)/wx/config" > wxconfig_name="${1}-release-${WX_GTK_VER}" > wxconfig="${wxconfig_prefix}/${wxconfig_name}"
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 145884
:
97580
|
100779
|
101484
|
105283
|
105564
|
105565
|
105607
|
113338
|
115121
|
115181
|
115183
|
115235
|
115237
|
121210
|
121500
|
129686
|
131134
|
131685
|
131741
|
131887
|
138258