mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
04b9242c38
commit
8d33403410
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530765
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user