diff options
author | obache <obache@pkgsrc.org> | 2014-02-25 00:58:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-25 00:58:30 +0000 |
commit | 2e978f292985a51b36d2ba8fb5f54a6622752563 (patch) | |
tree | 1a2325a2a3e026b4d00bd5c02df8e3f1565aea71 /textproc/groonga/Makefile | |
parent | 8b6bc78bfd48e98ce814564adcda9ad00894eb1b (diff) | |
download | pkgsrc-2e978f292985a51b36d2ba8fb5f54a6622752563.tar.gz |
Marked as broken with clang (it should be fixed instead).
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
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" |