pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/google-benchmark google-benchmark: remove -...
details: https://anonhg.NetBSD.org/pkgsrc/rev/86e7a3ca102e
branches: trunk
changeset: 413192:86e7a3ca102e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 16 14:00:58 2020 +0000
description:
google-benchmark: remove -Werror
Breaks build with stack check
diffstat:
benchmarks/google-benchmark/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1f4bf7fc3940 -r 86e7a3ca102e benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile Mon Mar 16 13:47:27 2020 +0000
+++ b/benchmarks/google-benchmark/Makefile Mon Mar 16 14:00:58 2020 +0000
@@ -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+= -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