svn commit: r459035 - head/benchmarks/glmark2

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 15 11:38:04 UTC 2018


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}


More information about the svn-ports-all mailing list