FreeBSD Bugzilla – Attachment 93008 Details for
Bug 130821
graphics/py-opengl: py25-opengl-3.0.0.b8 / "No platform plugin registered for ('freebsd7', 'posix')"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pyopengl.patch
pyopengl.patch (text/x-patch), 576 bytes, created by
Michael Krauss
on 2009-02-04 15:25:38 UTC
(
hide
)
Description:
pyopengl.patch
Filename:
MIME Type:
Creator:
Michael Krauss
Created:
2009-02-04 15:25:38 UTC
Size:
576 bytes
patch
obsolete
>--- OpenGL/__init__.py.old 2009-02-04 15:48:48.000000000 +0100 >+++ OpenGL/__init__.py 2009-02-04 15:49:04.000000000 +0100 >@@ -102,7 +102,7 @@ > # Declarations of plugins provided by PyOpenGL itself > from OpenGL.plugins import PlatformPlugin, FormatHandler > PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' ) >-PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) >+PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' ) > PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' ) > PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' ) >
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 130821
: 93008