summaryrefslogtreecommitdiff
path: root/libre/mesa/0001-glvnd-fix-gl-dot-pc.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-21 00:03:00 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-21 00:03:00 -0500
commit81e1b600271a1a2bcc36e18ea3f29c154c3456b0 (patch)
treede1b5ea6ca62ca4eff5e7e2f9f7bce0388366d6b /libre/mesa/0001-glvnd-fix-gl-dot-pc.patch
parent3c335191907f271802eb55b580b58407edb8f6b1 (diff)
downloadabslibre-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.patch12
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@