Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58160 Details for
Bug 91574
wxGTK and wxbase install conflicting headers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't link to libSDL unless requested.
wxlib-sdl.patch (text/plain), 381 bytes, created by
Herbie Hopkins (RETIRED)
on 2005-05-05 14:33:12 UTC
(
hide
)
Description:
Don't link to libSDL unless requested.
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2005-05-05 14:33:12 UTC
Size:
381 bytes
patch
obsolete
>--- wxlib.eclass.orig 2005-05-05 22:25:15.000000000 +0100 >+++ wxlib.eclass 2005-05-05 22:22:25.000000000 +0100 >@@ -37,7 +37,8 @@ > wxlib_src_unpack() { > unpack ${A} > cd ${S} >- sed -i "s/-O2//g" configure || die "sed configure failed" >+ sed -i -e 's:$wxUSE_LIBSDL" != "no":$wxUSE_LIBSDL" = "yes":' \ >+ -e "s/-O2//g" configure || die "sed configure failed" > gnuconfig_update > } >
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 91574
:
58152
| 58160