summaryrefslogtreecommitdiff
path: root/devel/libhid
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2019-02-15 15:38:32 +0000
committertnn <tnn@pkgsrc.org>2019-02-15 15:38:32 +0000
commit06d03217c2df3d59e4d04e8e4ab71ca4bed5ac7a (patch)
treec83c7accc55eda2ce1ccfb79013f7978c92eb1a4 /devel/libhid
parentef9fd7ac47d38048311daaffece2b06516857101 (diff)
downloadpkgsrc-06d03217c2df3d59e4d04e8e4ab71ca4bed5ac7a.tar.gz
libhib: drop -Werror (needed for GCC>=7.1 due to -Wformat-truncation)
Diffstat (limited to 'devel/libhid')
-rw-r--r--devel/libhid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile
index c5017ba7e81..033bc41910d 100644
--- a/devel/libhid/Makefile
+++ b/devel/libhid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/02/27 23:56:08 khorben Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/15 15:38:32 tnn Exp $
DISTNAME= libhid-0.2.16
PKGREVISION= 2
@@ -22,6 +22,8 @@ PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.2.16
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../lang/python/extension.mk"
.include "../../mk/libusb.buildlink3.mk"
.include "../../devel/swig/buildlink3.mk"