diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-10-10 16:37:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-10-10 16:37:02 +0000 |
commit | 1f26542905e235559ee34cac3baff4c2fc1a1f0c (patch) | |
tree | 78db9e29df6e84f7e728cb617f18082b68ff1c31 /graphics/glew | |
parent | 5711aebd96323c5bd00f5e113772f6ae2e23c3f9 (diff) |
Notes
Diffstat (limited to 'graphics/glew')
-rw-r--r-- | graphics/glew/Makefile | 1 | ||||
-rw-r--r-- | graphics/glew/files/patch-Makefile | 16 |
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 |