1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 04:56:18 +00:00
Lakka-LibreELEC/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch
Stephan Raue eb478a6c36 glew: update to glew-1.13.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-19 14:38:03 +01:00

12 lines
339 B
Diff

diff -Naur glew-1.13.0/glew.pc.in glew-1.13.0.patch/glew.pc.in
--- glew-1.13.0/glew.pc.in 2015-08-10 13:47:22.000000000 +0200
+++ glew-1.13.0.patch/glew.pc.in 2015-11-19 10:01:42.694904497 +0100
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=@libdir@
+libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: glew