Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 16:38:20 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507718 - head/graphics/ogre3d
Message-ID:  <201907311638.x6VGcKKE053677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Wed Jul 31 16:38:20 2019
New Revision: 507718
URL: https://svnweb.freebsd.org/changeset/ports/507718

Log:
  fix build - also depend on USE_GL=glu

Modified:
  head/graphics/ogre3d/Makefile

Modified: head/graphics/ogre3d/Makefile
==============================================================================
--- head/graphics/ogre3d/Makefile	Wed Jul 31 16:37:32 2019	(r507717)
+++ head/graphics/ogre3d/Makefile	Wed Jul 31 16:38:20 2019	(r507718)
@@ -62,7 +62,7 @@ OPENGL_CMAKE_BOOL=	OGRE_BUILD_RENDERSYSTEM_GL3PLUS \
 			OGRE_BUILD_RENDERSYSTEM_GL \
 			OGRE_BUILD_RENDERSYSTEM_GLES2
 OPENGL_USES=		gl
-OPENGL_USE=		XORG=sm,ice GL=gl
+OPENGL_USE=		XORG=sm,ice GL=gl,glu
 
 PROFILE_CMAKE_BOOL=	OGRE_PROFILING
 



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