summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2008-05-20 20:42:04 +0000
committertnn <tnn>2008-05-20 20:42:04 +0000
commit94ed8adafce32f77ccc11ebe33275893357634de (patch)
tree5afd8ba0537daf9b46992c3a22036383fa7de32c
parentaed8dcfe10525d346faf54938933911c3f15f23a (diff)
downloadpkgsrc-94ed8adafce32f77ccc11ebe33275893357634de.tar.gz
Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression
-rw-r--r--devel/libscsi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile
index 5e8677f6de5..01b0aa7de3a 100644
--- a/devel/libscsi/Makefile
+++ b/devel/libscsi/Makefile
@@ -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 @@ MANCOMPRESSED_IF_MANZ= yes
INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/bsd.pkg.mk"