pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libscsi Drop -Werror, it doesn't appear to be wa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b2904f1b537
branches: trunk
changeset: 542530:8b2904f1b537
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue May 20 20:42:04 2008 +0000
description:
Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression
diffstat:
devel/libscsi/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 3904a96c2a2c -r 8b2904f1b537 devel/libscsi/Makefile
--- a/devel/libscsi/Makefile Tue May 20 20:40:31 2008 +0000
+++ b/devel/libscsi/Makefile Tue May 20 20:42:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/01/07 09:13:51 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2008/05/20 20:42:04 tnn Exp $
#
DISTNAME= libscsi-1.6
@@ -21,4 +21,6 @@
INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index