Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 08:06:48 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502695 - head/devel/creduce
Message-ID:  <201905260806.x4Q86mWs042563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 08:06:47 2019
New Revision: 502695
URL: https://svnweb.freebsd.org/changeset/ports/502695

Log:
  devel/creduce: Drop nop CONFIGURE_FLAGS

Modified:
  head/devel/creduce/Makefile

Modified: head/devel/creduce/Makefile
==============================================================================
--- head/devel/creduce/Makefile	Sun May 26 08:00:40 2019	(r502694)
+++ head/devel/creduce/Makefile	Sun May 26 08:06:47 2019	(r502695)
@@ -22,7 +22,6 @@ RUN_DEPENDS=	llvm-config80:devel/llvm80 \
 BROKEN_powerpc64=	fails to configure: cannot compile and link test program with selected LLVM
 
 GNU_CONFIGURE=	yes
-CONFIGURE_FLAGS=	--with-llvm=${LOCALBASE}
 CONFIGURE_ENV=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config80 \
 		CC=${LOCALBASE}/bin/clang80 \
 		CXX=${LOCALBASE}/bin/clang++80 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260806.x4Q86mWs042563>