svn commit: r330016 - in head/graphics/glew: . files

Marcus von Appen mva at FreeBSD.org
Thu Oct 10 16:37:03 UTC 2013


Author: mva
Date: Thu Oct 10 16:37:02 2013
New Revision: 330016
URL: http://svnweb.freebsd.org/changeset/ports/330016

Log:
  - Fix the include path reported by pkg-config --cflags
  
  Submitted by:	acm@

Modified:
  head/graphics/glew/Makefile
  head/graphics/glew/files/patch-Makefile   (contents, props changed)

Modified: head/graphics/glew/Makefile
==============================================================================
--- head/graphics/glew/Makefile	Thu Oct 10 16:33:12 2013	(r330015)
+++ head/graphics/glew/Makefile	Thu Oct 10 16:37:02 2013	(r330016)
@@ -3,6 +3,7 @@
 
 PORTNAME=	glew
 PORTVERSION=	1.10.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz

Modified: head/graphics/glew/files/patch-Makefile
==============================================================================
--- head/graphics/glew/files/patch-Makefile	Thu Oct 10 16:33:12 2013	(r330015)
+++ head/graphics/glew/files/patch-Makefile	Thu Oct 10 16:37:02 2013	(r330016)
@@ -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


More information about the svn-ports-head mailing list