summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-20 20:42:04 +0000
committertnn <tnn@pkgsrc.org>2008-05-20 20:42:04 +0000
commita3bf7d2f0302ffc5c6904bdea860c20e35ff1f42 (patch)
tree5afd8ba0537daf9b46992c3a22036383fa7de32c /devel
parent847cabd4b4dcb601874e1b93fc003daf9c4b0291 (diff)
downloadpkgsrc-a3bf7d2f0302ffc5c6904bdea860c20e35ff1f42.tar.gz
Drop -Werror, it doesn't appear to be warns safe:
scsi.c:1047: warning: pointer type mismatch in conditional expression
Diffstat (limited to 'devel')
-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"