diff options
Diffstat (limited to 'benchmarks/glmark2/Makefile')
-rw-r--r-- | benchmarks/glmark2/Makefile | 3 |
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} |