svn commit: r385832 - head/graphics/libgltf

Jung-uk Kim jkim at FreeBSD.org
Fri May 8 20:54:25 UTC 2015


Author: jkim
Date: Fri May  8 20:54:24 2015
New Revision: 385832
URL: https://svnweb.freebsd.org/changeset/ports/385832

Log:
  Use a newer C++ compiler to build.  This is required by GLM 0.9.6 and later.

Modified:
  head/graphics/libgltf/Makefile

Modified: head/graphics/libgltf/Makefile
==============================================================================
--- head/graphics/libgltf/Makefile	Fri May  8 20:47:29 2015	(r385831)
+++ head/graphics/libgltf/Makefile	Fri May  8 20:54:24 2015	(r385832)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
 LIB_DEPENDS=	libGLEW.so:${PORTSDIR}/graphics/glew
 
-USES=		pathfix pkgconfig libtool tar:bzip2
+USES=		compiler:c++0x libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror


More information about the svn-ports-head mailing list