1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Fix build on gcc-based architectures:

target_compile_features The compiler feature "cxx_auto_type" is not known to CXX compiler

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-12 05:27:47 +00:00
parent e56df003c1
commit 7f02340ab5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495438

View File

@ -11,7 +11,7 @@ COMMENT= C++/Qt web framework
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake localbase qt:5
USES= cmake compiler:c++11-lang localbase qt:5
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT= qmake_build buildtools_build \