diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-21 00:03:00 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-05-21 00:03:00 -0500 |
commit | 81e1b600271a1a2bcc36e18ea3f29c154c3456b0 (patch) | |
tree | de1b5ea6ca62ca4eff5e7e2f9f7bce0388366d6b /libre/mesa/0001-glvnd-fix-gl-dot-pc.patch | |
parent | 3c335191907f271802eb55b580b58407edb8f6b1 (diff) | |
download | abslibre-81e1b600271a1a2bcc36e18ea3f29c154c3456b0.tar.gz abslibre-81e1b600271a1a2bcc36e18ea3f29c154c3456b0.tar.bz2 abslibre-81e1b600271a1a2bcc36e18ea3f29c154c3456b0.zip |
mesa-18.0.3-4.parabola1: rebuild
Diffstat (limited to 'libre/mesa/0001-glvnd-fix-gl-dot-pc.patch')
-rw-r--r-- | libre/mesa/0001-glvnd-fix-gl-dot-pc.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/mesa/0001-glvnd-fix-gl-dot-pc.patch b/libre/mesa/0001-glvnd-fix-gl-dot-pc.patch deleted file mode 100644 index 68118f45e..000000000 --- a/libre/mesa/0001-glvnd-fix-gl-dot-pc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in ---- mesa-12.0.3/src/mesa/gl.pc.in.jx 2016-01-18 02:39:26.000000000 -0500 -+++ mesa-12.0.3/src/mesa/gl.pc.in 2016-10-25 13:06:44.013159358 -0400 -@@ -7,7 +7,7 @@ Name: gl - Description: Mesa OpenGL library - Requires.private: @GL_PC_REQ_PRIV@ - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -l@GL_LIB@ -+Libs: -L${libdir} -lGL - Libs.private: @GL_PC_LIB_PRIV@ - Cflags: -I${includedir} @GL_PC_CFLAGS@ - glx_tls: @GLX_TLS@ |