aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opengl/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-05-17 12:35:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-05-17 12:35:05 +0000
commit63269572384997db3f3fca2dc50786456c8f6f47 (patch)
treed480a3e74a8e1d270c11a04924899fd7cd875c81 /graphics/py-opengl/files
parent053fc3dbd67a2e4a70d7d5078f120f8b9733f2ed (diff)
Notes
Diffstat (limited to 'graphics/py-opengl/files')
-rw-r--r--graphics/py-opengl/files/patch-OpenGL-__init__.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py-opengl/files/patch-OpenGL-__init__.py b/graphics/py-opengl/files/patch-OpenGL-__init__.py
deleted file mode 100644
index 5c30f4685978..000000000000
--- a/graphics/py-opengl/files/patch-OpenGL-__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- OpenGL/__init__.py.orig 2008-12-07 06:58:16.000000000 +0300
-+++ OpenGL/__init__.py 2009-04-12 07:52:27.000000000 +0400
-@@ -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' )
-