USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
PR: 234394 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
959dc0b363
commit
1d26780b65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488380
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5
|
|||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= gmake qmake qt:5
|
||||
USES= compiler:c++11-lang gmake qmake qt:5
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= buildtools qmake_build \
|
||||
|
|
Loading…
Reference in a new issue