svn commit: r564676 - head/sysutils/lttng-ust

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 8 04:07:50 UTC 2021


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
 


More information about the svn-ports-all mailing list