summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-10-10 16:37:02 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-10-10 16:37:02 +0000
commit1f26542905e235559ee34cac3baff4c2fc1a1f0c (patch)
tree78db9e29df6e84f7e728cb617f18082b68ff1c31 /graphics
parent- Update from 36.0.3 to 37.0.0 (diff)
- Fix the include path reported by pkg-config --cflags
Submitted by: acm@
Notes
Notes: svn path=/head/; revision=330016
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glew/Makefile1
-rw-r--r--graphics/glew/files/patch-Makefile16
2 files changed, 13 insertions, 4 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile
index 2e18a32ec6dd..f15d78b7a120 100644
--- a/graphics/glew/Makefile
+++ b/graphics/glew/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glew
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
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