diff options
-rw-r--r-- | graphics/libepoxy/Makefile | 2 | ||||
-rw-r--r-- | graphics/libepoxy/distinfo | 4 | ||||
-rw-r--r-- | graphics/libepoxy/patches/patch-src_dispatch_common_c | 20 |
3 files changed, 3 insertions, 23 deletions
diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index 6b9c285..8ee6eb4 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -1,6 +1,6 @@ COMMENT = library for handling OpenGL function pointer management -V = 1.5.9 +V = 1.5.10 DISTNAME = libepoxy-${V} GH_ACCOUNT = anholt diff --git a/graphics/libepoxy/distinfo b/graphics/libepoxy/distinfo index 2d84a91..e72bfca 100644 --- a/graphics/libepoxy/distinfo +++ b/graphics/libepoxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (libepoxy-1.5.9.tar.gz) = 7oBI0gF5ouhhVqyELdtkKHMtnNeiz8LsqQUWW/JIh6I= -SIZE (libepoxy-1.5.9.tar.gz) = 331982 +SHA256 (libepoxy-1.5.10.tar.gz) = p87Tf0ECt0WshtanCp2jmcwTn/FoumuAArTY1DyQDBU= +SIZE (libepoxy-1.5.10.tar.gz) = 332078 diff --git a/graphics/libepoxy/patches/patch-src_dispatch_common_c b/graphics/libepoxy/patches/patch-src_dispatch_common_c index 75ead26..91d4466 100644 --- a/graphics/libepoxy/patches/patch-src_dispatch_common_c +++ b/graphics/libepoxy/patches/patch-src_dispatch_common_c @@ -1,4 +1,3 @@ - Index: src/dispatch_common.c --- src/dispatch_common.c.orig +++ src/dispatch_common.c @@ -25,22 +24,3 @@ Index: src/dispatch_common.c *handle = dlopen(lib_name, flags); if (!*handle) { -@@ -680,12 +687,16 @@ epoxy_load_gl(void) - #if defined(OPENGL_LIB) - if (!api.gl_handle) - get_dlopen_handle(&api.gl_handle, OPENGL_LIB, false, true); --#endif -- - if (!api.gl_handle) { - fprintf(stderr, "Couldn't open %s or %s\n", GLX_LIB, OPENGL_LIB); - abort(); - } -+#else -+ if (!api.gl_handle) { -+ fprintf(stderr, "Couldn't open %s\n", GLX_LIB); -+ abort(); -+ } -+#endif - - #endif - } |