summarylogtreecommitdiffstats
path: root/make_gl.patch
diff options
context:
space:
mode:
authorEric Berquist2016-02-17 16:31:04 -0500
committerEric Berquist2016-02-17 16:31:04 -0500
commit9be310c5be899c62b23720bab120f847092801b9 (patch)
tree3eb5ef344b88efe1c35faac70eda45acf2663862 /make_gl.patch
parent37d4fb3b7246635cbb749868a9f3531278d31ff4 (diff)
downloadaur-tachyon-opengl.tar.gz
Add .gitignore and patch for OpenGL/X11 Makefile, even though it's redundant.
Diffstat (limited to 'make_gl.patch')
-rw-r--r--make_gl.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/make_gl.patch b/make_gl.patch
new file mode 100644
index 000000000000..29a7091c515a
--- /dev/null
+++ b/make_gl.patch
@@ -0,0 +1,26 @@
+diff --git a/unix/Make-opengl b/unix/Make-opengl
+index d9bd5b9..3b2eccb 100644
+--- a/unix/Make-opengl
++++ b/unix/Make-opengl
+@@ -9,8 +9,8 @@
+ #
+ # Generic Mesa OpenGL / GLX include and link specs, for most platforms
+ #
+-MESA_GLX_INCS = -I/usr/local/include
+-MESA_GLX_LIBS = -L/usr/local/lib -lMesaGL
++MESA_GLX_INCS = -I/usr/include
++MESA_GLX_LIBS = -L/usr/lib -L/usr/lib/mesa -lMesaGL
+
+
+ #
+@@ -37,8 +37,8 @@ HP_GLX_LIBS = -L/usr/lib/X11R6 -L/opt/graphics/OpenGL/lib -lGL -lX11 -lXext
+ #
+ # Linux OpenGL / GLX include and link specs
+ #
+-LINUX_GLX_INCS = -I/usr/X11R6/include
+-LINUX_GLX_LIBS = -L/usr/X11R6/lib -lGL -lX11
++LINUX_GLX_INCS = -I/usr/include
++LINUX_GLX_LIBS = -L/usr/lib -lGL -lX11
+
+
+ #