mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
2cfe91cadd
commit
f84d6185b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518824
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= QtQuick plugin to render interactive charts
|
|||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= core declarative network gui \
|
||||
buildtools_build qmake_build
|
||||
|
|
Loading…
Add table
Reference in a new issue