glew: update to glew-1.13.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-11-19 14:38:03 +01:00
parent d0127bfe6a
commit eb478a6c36
2 changed files with 7 additions and 22 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="glew"
PKG_VERSION="1.10.0"
PKG_VERSION="1.13.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"

View File

@ -1,26 +1,11 @@
From ba254faae130080d5045d8fd97dc1f232b391d2f Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
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 @@
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=@exec_prefix@
exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: glew
Description: The OpenGL Extension Wrangler library
--
1.7.2.5