pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/openocd Remove -Werror, so this has a chance to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d51434335cde
branches: trunk
changeset: 397993:d51434335cde
user: martin <martin%pkgsrc.org@localhost>
date: Mon Jul 08 16:27:13 2019 +0000
description:
Remove -Werror, so this has a chance to compile on newer gcc versions
diffstat:
devel/openocd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d0af7362c722 -r d51434335cde devel/openocd/Makefile
--- a/devel/openocd/Makefile Mon Jul 08 16:26:39 2019 +0000
+++ b/devel/openocd/Makefile Mon Jul 08 16:27:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/03/13 03:01:15 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2019/07/08 16:27:13 martin Exp $
DISTNAME= openocd-0.10.0
PKGREVISION= 1
@@ -19,6 +19,7 @@
INFO_FILES= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
+BUILDLINK_TRANSFORM+= rm:-Werror
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index