diff options
author | obache <obache@pkgsrc.org> | 2014-02-25 04:32:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-25 04:32:54 +0000 |
commit | a03b0f5725be6bfd8681b2d5867426d40e05fe9f (patch) | |
tree | a55cbdc57fca817ceac1d6f8d7bb7b017207bed3 /textproc/groonga | |
parent | 87dd069f9ecaca7f75bd9c28c61c5fae54773915 (diff) | |
download | pkgsrc-a03b0f5725be6bfd8681b2d5867426d40e05fe9f.tar.gz |
Not a general issue of clang (some environment specific issue).
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 5f87998d329..929f97a7720 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/02/25 00:58:30 obache Exp $ +# $NetBSD: Makefile,v 1.37 2014/02/25 04:32:54 obache Exp $ # DISTNAME= groonga-4.0.0 @@ -51,11 +51,6 @@ REPLACE_RUBY+= data/munin/groonga_status_ REPLACE_RUBY+= data/munin/groonga_throughput_ .include "../../lang/ruby/replace.mk" -.include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) -BROKEN= clang optimization bug -.endif - .include "../../devel/editline/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |