Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 11:11:00 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530765 - head/net-p2p/torrent-file-editor
Message-ID:  <202004051111.035BB0Ap083019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Sun Apr  5 11:11:00 2020
New Revision: 530765
URL: https://svnweb.freebsd.org/changeset/ports/530765

Log:
  net-p2p/torrent-file-editor turn off PCH (pre-compiled headers)
  
  This is prep-work to landing CMake 3.17 -- something has changed in
  dependency handling, and the configure step fails. This is the
  last fall-out item before a new exp-run.
  
  PR:		245356

Modified:
  head/net-p2p/torrent-file-editor/Makefile

Modified: head/net-p2p/torrent-file-editor/Makefile
==============================================================================
--- head/net-p2p/torrent-file-editor/Makefile	Sun Apr  5 11:00:39 2020	(r530764)
+++ head/net-p2p/torrent-file-editor/Makefile	Sun Apr  5 11:11:00 2020	(r530765)
@@ -16,7 +16,8 @@ USE_GITHUB=	yes
 USE_QT=		buildtools_build linguisttools_build qmake_build \
 		core gui widgets
 
-CMAKE_ARGS=	-DQT5_BUILD:BOOL=ON
+CMAKE_ARGS=	-DQT5_BUILD:BOOL=ON \
+		-DENABLE_PCH:BOOL=OFF
 
 OPTIONS_DEFINE=	DONATION
 OPTIONS_DEFAULT=	DONATION



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