diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-20 20:42:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-20 20:42:04 +0000 |
commit | a3bf7d2f0302ffc5c6904bdea860c20e35ff1f42 (patch) | |
tree | 5afd8ba0537daf9b46992c3a22036383fa7de32c /devel/libscsi/Makefile | |
parent | 847cabd4b4dcb601874e1b93fc003daf9c4b0291 (diff) | |
download | pkgsrc-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/libscsi/Makefile')
-rw-r--r-- | devel/libscsi/Makefile | 4 |
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" |