pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libhid
Module Name: pkgsrc
Committed By: tnn
Date: Fri Feb 15 15:38:32 UTC 2019
Modified Files:
pkgsrc/devel/libhid: Makefile
Log Message:
libhib: drop -Werror (needed for GCC>=7.1 due to -Wformat-truncation)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libhid/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libhid/Makefile
diff -u pkgsrc/devel/libhid/Makefile:1.11 pkgsrc/devel/libhid/Makefile:1.12
--- pkgsrc/devel/libhid/Makefile:1.11 Tue Feb 27 23:56:08 2018
+++ pkgsrc/devel/libhid/Makefile Fri Feb 15 15:38:32 2019
@@ -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"
Home |
Main Index |
Thread Index |
Old Index