From 2e978f292985a51b36d2ba8fb5f54a6622752563 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 25 Feb 2014 00:58:30 +0000 Subject: Marked as broken with clang (it should be fixed instead). --- textproc/groonga/Makefile | 4 ++-- textproc/groonga/patches/patch-lib_Makefile.in | 22 ---------------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 textproc/groonga/patches/patch-lib_Makefile.in (limited to 'textproc') 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$$||'`;\ -- cgit v1.2.3