Date: Thu, 4 Dec 2014 18:24:47 +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: r373978 - head/graphics/libgltf Message-ID: <201412041824.sB4IOlJf064675@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041824.sB4IOlJf064675>