Date: Fri, 8 May 2015 20:54:25 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385832 - head/graphics/libgltf Message-ID: <201505082054.t48KsP2p099866@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505082054.t48KsP2p099866>