diff options
Diffstat (limited to 'graphics/mesa/patches/patch-src_glx_Makefile_am')
-rw-r--r-- | graphics/mesa/patches/patch-src_glx_Makefile_am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mesa/patches/patch-src_glx_Makefile_am b/graphics/mesa/patches/patch-src_glx_Makefile_am new file mode 100644 index 0000000..90fb1bb --- /dev/null +++ b/graphics/mesa/patches/patch-src_glx_Makefile_am @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: src/glx/Makefile.am +--- src/glx/Makefile.am.orig ++++ src/glx/Makefile.am +@@ -149,7 +149,7 @@ endif + + if USE_LIBGLVND + AM_CFLAGS += \ +- -DGL_LIB_NAME=\"lib@GL_LIB@.so.0\" \ ++ -DGL_LIB_NAME=\"lib@GL_LIB@.so\" \ + $(GLVND_CFLAGS) + + libglx_la_SOURCES += \ |