svn commit: r502695 - head/devel/creduce

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 08:06:49 UTC 2019


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 \


More information about the svn-ports-all mailing list