diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 13:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 13:03:53 +0000 |
commit | 49efbac1af42fc04a87227134eecf39cedf4f209 (patch) | |
tree | 34c003c981347e372c19def235acb7d10f813f35 /multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp | |
parent | - Mark BROKEN on 6.x: does not configure (diff) |
- Update to 0.22
PR: 141722 141723 141724
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp')
-rw-r--r-- | multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp b/multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp deleted file mode 100644 index 242878ffe27f..000000000000 --- a/multimedia/mythtv-frontend/files/patch-libs__libmythtv__util-opengl.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ./libs/libmythtv/util-opengl.cpp.orig 2007-12-11 23:51:42.000000000 -0500 -+++ ./libs/libmythtv/util-opengl.cpp 2009-04-22 21:05:20.000000000 -0400 -@@ -306,7 +306,9 @@ - { - __GLXextFuncPtr ret = NULL; - --#if GLX_VERSION_1_4 -+#if USING_GLX_PROC_ADDR_ARB -+ X11S(ret = glXGetProcAddressARB((const GLubyte*)procName.latin1())); -+#elif GLX_VERSION_1_4 - X11S(ret = glXGetProcAddress((const GLubyte*)procName.latin1())); - #elif GLX_ARB_get_proc_address - X11S(ret = glXGetProcAddressARB((const GLubyte*)procName.latin1())); |