summaryrefslogtreecommitdiff
path: root/devel/cmph
diff options
context:
space:
mode:
authormarino <marino>2012-10-12 08:01:00 +0000
committermarino <marino>2012-10-12 08:01:00 +0000
commit5246c60ac01949ba0a2817d65a6a875a2d18e492 (patch)
tree1dac5f0bbc6658e4784a3424ba2969580eac6b81 /devel/cmph
parent0eb5940cb32744b6069a87e610125ead952c27bf (diff)
downloadpkgsrc-5246c60ac01949ba0a2817d65a6a875a2d18e492.tar.gz
devel/cmph: Fix build for gcc 4.6+
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
Diffstat (limited to 'devel/cmph')
-rw-r--r--devel/cmph/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cmph/Makefile b/devel/cmph/Makefile
index 68498a880dc..6cd76258d75 100644
--- a/devel/cmph/Makefile
+++ b/devel/cmph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/04/17 17:41:40 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/12 08:01:00 marino Exp $
DISTNAME= cmph-1.1
PKGREVISION= 1
@@ -18,4 +18,6 @@ GNU_CONFIGURE= yes
TEST_DIRS= tests
TEST_TARGET= check
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/bsd.pkg.mk"