pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libusb



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Thu May 16 16:17:52 UTC 2019

Modified Files:
        pkgsrc/devel/libusb: Makefile

Log Message:
Disable -Werror when building.  If it is enabled, current releases of
gcc (7.4.0) will generate lots of errors concerning snprintf().

Fix proposed by wiz@ and confirmed by me.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/libusb/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/libusb/Makefile
diff -u pkgsrc/devel/libusb/Makefile:1.42 pkgsrc/devel/libusb/Makefile:1.43
--- pkgsrc/devel/libusb/Makefile:1.42   Sun Aug 19 20:16:39 2018
+++ pkgsrc/devel/libusb/Makefile        Thu May 16 16:17:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/08/19 20:16:39 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2019/05/16 16:17:52 pgoyette Exp $
 
 DISTNAME=      libusb-0.1.12
 PKGREVISION=   5
@@ -79,4 +79,6 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/libusb.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
 .endif
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index