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 90ec708df2
commit a2f88de5a1
2 changed files with 7 additions and 22 deletions

View File

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

View File

@ -1,26 +1,11 @@
From ba254faae130080d5045d8fd97dc1f232b391d2f Mon Sep 17 00:00:00 2001 diff -Naur glew-1.13.0/glew.pc.in glew-1.13.0.patch/glew.pc.in
From: Stefan Saraev <stefan@saraev.ca> --- glew-1.13.0/glew.pc.in 2015-08-10 13:47:22.000000000 +0200
Date: Sat, 16 Aug 2014 17:03:32 +0300 +++ glew-1.13.0.patch/glew.pc.in 2015-11-19 10:01:42.694904497 +0100
Subject: [PATCH] fix pkgconf @@ -1,6 +1,6 @@
---
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@ prefix=@prefix@
exec_prefix=@exec_prefix@ exec_prefix=${prefix}
-libdir=@libdir@ -libdir=@libdir@
-includedir=@includedir@
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib +libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: glew Name: glew
Description: The OpenGL Extension Wrangler library
--
1.7.2.5