diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-04 20:44:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-04 20:44:13 +0100 |
commit | e25d44e7e609a1be887d13cf7c969eb06cb5f88a (patch) | |
tree | 417f8c6bb22ac2852452fdc8bba9d4467004328f /package | |
parent | efa43652d30c018ce4184ddfc62aa34f15f3d4dc (diff) |
fix a build issue
Diffstat (limited to 'package')
-rw-r--r-- | package/libglew/patches/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/libglew/patches/patch-Makefile b/package/libglew/patches/patch-Makefile index 184cd2441..776490f9c 100644 --- a/package/libglew/patches/patch-Makefile +++ b/package/libglew/patches/patch-Makefile @@ -1,5 +1,14 @@ --- glew-1.13.0.orig/Makefile 2015-08-10 13:47:22.000000000 +0200 -+++ glew-1.13.0/Makefile 2015-11-09 00:30:11.275929451 +0100 ++++ glew-1.13.0/Makefile 2016-01-03 21:31:43.903657870 +0100 +@@ -31,7 +31,7 @@ + include config/version + + SHELL = /bin/sh +-SYSTEM ?= $(shell config/config.guess | cut -d - -f 3 | sed -e 's/[0-9\.]//g;') ++SYSTEM ?= $(shell sh config/config.guess | cut -d - -f 3 | sed -e 's/[0-9\.]//g;') + SYSTEM.SUPPORTED = $(shell test -f config/Makefile.$(SYSTEM) && echo 1) + + ifeq ($(SYSTEM.SUPPORTED), 1) @@ -77,7 +77,8 @@ else OPT = $(POPT) endif |