diff options
Diffstat (limited to 'graphics/glew/files/patch-Makefile')
-rw-r--r-- | graphics/glew/files/patch-Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/graphics/glew/files/patch-Makefile b/graphics/glew/files/patch-Makefile index 1a841b85366e..5630144d9420 100644 --- a/graphics/glew/files/patch-Makefile +++ b/graphics/glew/files/patch-Makefile @@ -1,7 +1,15 @@ -$FreeBSD$ ---- Makefile.orig 2012-10-04 19:45:21.000000000 +0200 -+++ Makefile 2012-10-04 19:45:38.000000000 +0200 -@@ -72,7 +72,7 @@ +--- Makefile.orig 2013-07-22 16:11:22.000000000 +0200 ++++ Makefile 2013-10-03 21:24:28.000000000 +0200 +@@ -40,7 +40,7 @@ + $(error "Platform '$(SYSTEM)' not supported") + endif + +-GLEW_DEST ?= /usr ++GLEW_DEST ?= $(PREFIX) + BINDIR ?= $(GLEW_DEST)/bin + LIBDIR ?= $(GLEW_DEST)/lib + INCDIR ?= $(GLEW_DEST)/include/GL +@@ -71,7 +71,7 @@ OPT = $(POPT) endif INCLUDE = -Iinclude |