Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 16:37:02 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330016 - in head/graphics/glew: . files
Message-ID:  <201310101637.r9AGb2hW031780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101637.r9AGb2hW031780>