summaryrefslogtreecommitdiff
path: root/textproc
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
parent8b6bc78bfd48e98ce814564adcda9ad00894eb1b (diff)
downloadpkgsrc-2e978f292985a51b36d2ba8fb5f54a6622752563.tar.gz
Marked as broken with clang (it should be fixed instead).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile4
-rw-r--r--textproc/groonga/patches/patch-lib_Makefile.in22
2 files changed, 2 insertions, 24 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"
diff --git a/textproc/groonga/patches/patch-lib_Makefile.in b/textproc/groonga/patches/patch-lib_Makefile.in
deleted file mode 100644
index 4cbf40829c4..00000000000
--- a/textproc/groonga/patches/patch-lib_Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-lib_Makefile.in,v 1.3 2014/02/24 16:10:29 joerg Exp $
-
---- lib/Makefile.in.orig 2014-01-28 03:29:35.000000000 +0000
-+++ lib/Makefile.in
-@@ -683,13 +683,15 @@ distclean-compile:
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-+CFLAGS.expr.c= ${CLANG_NO_OPT}
-+
- .c.lo:
- @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
--@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
-+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< ${CFLAGS.$<} &&\
- @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
--@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
-+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< ${CFLAGS.$<}
-
- .cpp.o:
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\