svn commit: r373755 - head/graphics/libgltf

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 2 08:12:11 UTC 2014


Author: bapt
Date: Tue Dec  2 08:12:11 2014
New Revision: 373755
URL: https://svnweb.freebsd.org/changeset/ports/373755
QAT: https://qat.redports.org/buildarchive/r373755/

Log:
  Enforce clang or modern gcc to build since recent math/glm update breaks
  with gcc from base

Modified:
  head/graphics/libgltf/Makefile

Modified: head/graphics/libgltf/Makefile
==============================================================================
--- head/graphics/libgltf/Makefile	Tue Dec  2 07:01:40 2014	(r373754)
+++ head/graphics/libgltf/Makefile	Tue Dec  2 08:12:11 2014	(r373755)
@@ -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++11-lang pathfix pkgconfig libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror


More information about the svn-ports-head mailing list