svn commit: r530765 - head/net-p2p/torrent-file-editor

Adriaan de Groot adridg at FreeBSD.org
Sun Apr 5 11:11:28 UTC 2020


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


More information about the svn-ports-all mailing list