summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-19 01:47:27 +0000
committerrillig <rillig>2005-12-19 01:47:27 +0000
commit94371ffb1539cf5546c43e899849c38832244b88 (patch)
treea16fee843c401b7aa0dc5d0d54b68ea7d81ccd9d
parentf5c62445d40f22638ba159d63f10f0451c8fdec6 (diff)
downloadpkgsrc-94371ffb1539cf5546c43e899849c38832244b88.tar.gz
Don't pass -Werror to the compiler. Fixes the bulk build for NetBSD
1.6.2/i386.
-rw-r--r--devel/error/Makefile4
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"