pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/google-benchmark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 16 14:00:58 UTC 2020

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile

Log Message:
google-benchmark: remove -Werror

Breaks build with stack check


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/benchmarks/google-benchmark/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.4 pkgsrc/benchmarks/google-benchmark/Makefile:1.5
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.4     Tue May 21 09:55:15 2019
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Mar 16 14:00:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/05/21 09:55:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/16 14:00:58 wiz Exp $
 
 DISTNAME=      benchmark-1.5
 PKGNAME=       google-${DISTNAME}
@@ -18,5 +18,7 @@ CMAKE_ARGS+=  -DBENCHMARK_ENABLE_GTEST_TE
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 TEST_TARGET=   test
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index