summaryrefslogtreecommitdiff
path: root/textproc/groonga/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-25 00:58:30 +0000
committerobache <obache@pkgsrc.org>2014-02-25 00:58:30 +0000
commit2e978f292985a51b36d2ba8fb5f54a6622752563 (patch)
tree1a2325a2a3e026b4d00bd5c02df8e3f1565aea71 /textproc/groonga/Makefile
parent8b6bc78bfd48e98ce814564adcda9ad00894eb1b (diff)
downloadpkgsrc-2e978f292985a51b36d2ba8fb5f54a6622752563.tar.gz
Marked as broken with clang (it should be fixed instead).
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r--textproc/groonga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 9af3781fe0a..5f87998d329 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2014/02/24 16:10:29 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2014/02/25 00:58:30 obache Exp $
#
DISTNAME= groonga-4.0.0
@@ -53,7 +53,7 @@ REPLACE_RUBY+= data/munin/groonga_throughput_
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-MAKE_ENV+= CLANG_NO_OPT=-O0
+BROKEN= clang optimization bug
.endif
.include "../../devel/editline/buildlink3.mk"