aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-15 11:38:03 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-15 11:38:03 +0000
commita2dc7cf140c969a673593ac83f42bf6c7203d91a (patch)
tree96a16b38e8b065c55308e6b636bbceeea63bd693 /benchmarks
parenta0936b6962e8d98cde0dd5718092901e9f731a3b (diff)
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/glmark2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile
index 02b1975a110d..c06bf7b687cb 100644
--- a/benchmarks/glmark2/Makefile
+++ b/benchmarks/glmark2/Makefile
@@ -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}