pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opensubdiv: opengl build needs glu



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Oct 18 20:59:33 2016 +0200
Changeset:	141f881f73567d6b5a44051f11861e5eb11cf243

Modified Files:
	opensubdiv/Makefile
	opensubdiv/options.mk

Log Message:
opensubdiv: opengl build needs glu

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=141f881f73567d6b5a44051f11861e5eb11cf243

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opensubdiv/Makefile   | 1 -
 opensubdiv/options.mk | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/opensubdiv/Makefile b/opensubdiv/Makefile
index 00d5e78..da37130 100644
--- a/opensubdiv/Makefile
+++ b/opensubdiv/Makefile
@@ -26,5 +26,4 @@ TEST_TARGET=	test
 
 .include "options.mk"
 
-.include "../../graphics/glew/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/opensubdiv/options.mk b/opensubdiv/options.mk
index ee7c6a144..cda2284 100644
--- a/opensubdiv/options.mk
+++ b/opensubdiv/options.mk
@@ -9,6 +9,7 @@ PLIST_VARS+=		opengl doc # ptex has no extra PLIST entries
 
 .if !empty(PKG_OPTIONS:Mopengl)
 .include "../../graphics/glew/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 CMAKE_ARGS+=	-DGLEW_LOCATION:PATH=${PREFIX}
 PLIST.opengl=	yes
 .else


Home | Main Index | Thread Index | Old Index