From 36b80b7980058c2ad95a40361126c1fb732b7943 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 16 Aug 2014 17:21:49 +0300 Subject: [PATCH] glew: fix pkgconf --- .../glew/patches/glew-01-fix-pkgconf.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 packages/graphics/glew/patches/glew-01-fix-pkgconf.patch diff --git a/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch b/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch new file mode 100644 index 0000000000..98e7db39fb --- /dev/null +++ b/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch @@ -0,0 +1,26 @@ +From ba254faae130080d5045d8fd97dc1f232b391d2f Mon Sep 17 00:00:00 2001 +From: Stefan Saraev +Date: Sat, 16 Aug 2014 17:03:32 +0300 +Subject: [PATCH] fix pkgconf + +--- + glew.pc.in | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/glew.pc.in b/glew.pc.in +index 4c934af..35ef2ac 100644 +--- a/glew.pc.in ++++ b/glew.pc.in +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-libdir=@libdir@ +-includedir=@includedir@ ++includedir=${prefix}/include ++libdir=${exec_prefix}/lib + + Name: glew + Description: The OpenGL Extension Wrangler library +-- +1.7.2.5 +