Date: Mon, 15 Jan 2018 11:38:03 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459035 - head/benchmarks/glmark2 Message-ID: <201801151138.w0FBc3xV014584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Jan 15 11:38:03 2018 New Revision: 459035 URL: https://svnweb.freebsd.org/changeset/ports/459035 Log: - Unbreak the build with new Clang version 6.0.0 - Remove pre-r423928 WAF_CMD override for verbose logs PR: 224989 Modified: head/benchmarks/glmark2/Makefile Modified: head/benchmarks/glmark2/Makefile ============================================================================== --- head/benchmarks/glmark2/Makefile Mon Jan 15 11:37:47 2018 (r459034) +++ head/benchmarks/glmark2/Makefile Mon Jan 15 11:38:03 2018 (r459035) @@ -17,7 +17,6 @@ LIB_DEPENDS= libpng.so:graphics/png USES= jpeg localbase:ldflags pkgconfig waf USE_GL= egl gl glesv2 CONFIGURE_ARGS= --with-flavors=x11-gl,x11-glesv2 --no-opt --no-debug -WAF_CMD= ./waf -v PORTDOCS= NEWS @@ -25,6 +24,8 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e "/lib/s/, 'dl'//" ${WRKSRC}/src/wscript_build + @${REINPLACE_CMD} -e 's/GLMARK_VERSION/ &/' \ + ${WRKSRC}/src/native-state-x11.cpp post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151138.w0FBc3xV014584>