Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 04:07:50 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564676 - head/sysutils/lttng-ust
Message-ID:  <202102080407.11847oIv002443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Feb  8 04:07:50 2021
New Revision: 564676
URL: https://svnweb.freebsd.org/changeset/ports/564676

Log:
  Unbreak the build when CMake is installed.
  
  PR:	253327

Modified:
  head/sysutils/lttng-ust/Makefile

Modified: head/sysutils/lttng-ust/Makefile
==============================================================================
--- head/sysutils/lttng-ust/Makefile	Mon Feb  8 03:38:35 2021	(r564675)
+++ head/sysutils/lttng-ust/Makefile	Mon Feb  8 04:07:50 2021	(r564676)
@@ -22,6 +22,8 @@ USES=		autoreconf libtool localbase pathfix python \
 	    shebangfix tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+# XXX: build fails if cmake is detected, see PR 253327
+CONFIGURE_ENV=	ac_cv_prog_HAVE_CMAKE=no
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 



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