svn commit: r373978 - head/graphics/libgltf

Jung-uk Kim jkim at FreeBSD.org
Thu Dec 4 18:24:47 UTC 2014


Author: jkim
Date: Thu Dec  4 18:24:46 2014
New Revision: 373978
URL: https://svnweb.freebsd.org/changeset/ports/373978
QAT: https://qat.redports.org/buildarchive/r373978/

Log:
  Revert r373755.  It did not work because glm 0.9.6.0 removed support for
  pre-C++11 compiler AND library.  math/glm was reverted to 0.9.5.4 for now.

Modified:
  head/graphics/libgltf/Makefile

Modified: head/graphics/libgltf/Makefile
==============================================================================
--- head/graphics/libgltf/Makefile	Thu Dec  4 18:16:28 2014	(r373977)
+++ head/graphics/libgltf/Makefile	Thu Dec  4 18:24:46 2014	(r373978)
@@ -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=	compiler:c++11-lang pathfix pkgconfig libtool tar:bzip2
+USES=		pathfix pkgconfig libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror


More information about the svn-ports-head mailing list