summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-27 16:07:00 +0000
committerjoerg <joerg>2015-04-27 16:07:00 +0000
commit54dac3ac0233f8fe8d67ae8ae45d87e0824bcb1e (patch)
treed53846daf98c9f58ea7521f78b8ee8df3877a8af /sysutils
parent3d00b275755b42f6a6d0c395ab78b1ff447cd0d7 (diff)
downloadpkgsrc-54dac3ac0233f8fe8d67ae8ae45d87e0824bcb1e.tar.gz
Don't fail build of p5-collectd for tautologic pointer->bool conversions
in perl headers.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/collectd/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/collectd/Makefile.common b/sysutils/collectd/Makefile.common
index 5dffeab8761..708fe893b41 100644
--- a/sysutils/collectd/Makefile.common
+++ b/sysutils/collectd/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2015/04/14 11:27:30 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.8 2015/04/27 16:07:00 joerg Exp $
#
# used by sysutils/collectd/Makefile
# used by sysutils/collectd-amqp/Makefile
@@ -72,8 +72,8 @@ CPPFLAGS.SunOS+= -DSOLARIS2=${OS_VERSION:C/5.//}
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-CFLAGS+= -Wno-error=tautological-pointer-compare
-
+CFLAGS+= -Wno-error=tautological-pointer-compare \
+ -Wno-error=pointer-bool-conversion
.endif
.include "../../devel/libltdl/buildlink3.mk"