diff --git a/packages/graphics/glew/package.mk b/packages/graphics/glew/package.mk index c952f2c0de..9be70f87e5 100644 --- a/packages/graphics/glew/package.mk +++ b/packages/graphics/glew/package.mk @@ -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" diff --git a/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch b/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch index 98e7db39fb..30c38f8199 100644 --- a/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch +++ b/packages/graphics/glew/patches/glew-01-fix-pkgconf.patch @@ -1,26 +1,11 @@ -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 @@ +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 -