Date: Tue, 2 Dec 2014 08:12:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373755 - head/graphics/libgltf Message-ID: <201412020812.sB28CBKg076099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412020812.sB28CBKg076099>