2013-09-26 17:14:40 +02:00

13 lines
586 B
Plaintext

$NetBSD: patch-ae,v 1.1 2009/12/16 20:45:20 drochner Exp $
--- OpenGL/__init__.py.orig 2009-11-08 01:45:34.000000000 +0000
+++ OpenGL/__init__.py
@@ -184,6 +184,7 @@ UNSIGNED_BYTE_IMAGES_AS_STRING = True
from OpenGL.plugins import PlatformPlugin, FormatHandler
PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' )
PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' )
+PlatformPlugin( 'netbsd5', 'OpenGL.platform.glx.GLXPlatform' )
PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' )
PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' )