mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
586 B
Plaintext
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' )
|
|
|