openbsd-ports/graphics/py-opengl/patches/patch-OpenGL___init___py
2011-07-20 15:45:20 +00:00

13 lines
699 B
Plaintext

$OpenBSD: patch-OpenGL___init___py,v 1.2 2011/07/20 15:45:20 sthen Exp $
--- OpenGL/__init__.py.orig Sun Mar 29 15:30:08 2009
+++ OpenGL/__init__.py Wed Jul 20 16:42:50 2011
@@ -115,6 +115,8 @@ from OpenGL.plugins import PlatformPlugin, FormatHandl
PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' )
PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' )
PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' )
+PlatformPlugin( 'openbsd4', 'OpenGL.platform.glx.GLXPlatform' )
+PlatformPlugin( 'openbsd5', 'OpenGL.platform.glx.GLXPlatform' )
PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' )
FormatHandler( 'none', 'OpenGL.arrays.nones.NoneHandler' )