Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189218 Details for
Bug 265558
[jokey overlay] app-emulation/virtualbox-ose-2.2.0 fails to emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix check_mesa() in 'configure'
mesa.patch (text/plain), 535 bytes, created by
Grzegorz Chwesewicz
on 2009-04-23 09:46:31 UTC
(
hide
)
Description:
Fix check_mesa() in 'configure'
Filename:
MIME Type:
Creator:
Grzegorz Chwesewicz
Created:
2009-04-23 09:46:31 UTC
Size:
535 bytes
patch
obsolete
>--- VirtualBox-2.2.0_OSE.orig/configure 2009-03-27 20:13:58.000000000 +0100 >+++ VirtualBox-2.2.0_OSE/configure 2009-04-23 10:58:29.706972910 +0200 >@@ -1244,19 +1244,7 @@ > #include <GL/glu.h> > extern "C" int main(void) > { >- Display *dpy; >- int major, minor; >- >- dpy = XOpenDisplay(NULL); >- if (dpy) >- { >- if (glXQueryVersion(dpy, &major, &minor)) >- { >- printf("found version %u.%u, OK.\n", major, minor); >- return 0; >- } >- } >- printf("found (inactive), OK.\n"); >+ printf("found, OK.\n"); > return 0; > } > EOF
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 265558
:
188939
| 189218 |
189220
|
190285
|
191390