diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-19 01:47:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-19 01:47:27 +0000 |
commit | 029e02fc0aff444381aa6375be1938d98f014772 (patch) | |
tree | a16fee843c401b7aa0dc5d0d54b68ea7d81ccd9d /devel/error | |
parent | c79f412c1bd65caf8a7eb7757dace3c8e45acf4a (diff) | |
download | pkgsrc-029e02fc0aff444381aa6375be1938d98f014772.tar.gz |
Don't pass -Werror to the compiler. Fixes the bulk build for NetBSD
1.6.2/i386.
Diffstat (limited to 'devel/error')
-rw-r--r-- | devel/error/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile index 6801bdccc67..c592f0c8ce7 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:03 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/19 01:47:27 rillig Exp $ # DISTNAME= error-0.0 @@ -11,4 +11,6 @@ COMMENT= Insert compiler errors in source files as comments MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} \ MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../mk/bsd.pkg.mk" |