diff options
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" |