Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
a3bbb2e2c4
commit
f865ed3515
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495429
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-m
|
|||
pcscd:devel/pcsc-lite \
|
||||
swig30>0:devel/swig30
|
||||
|
||||
USES= desktop-file-utils gl python:3.5+ qmake qt:5 shebangfix ssl
|
||||
USES= compiler:c++11-lang desktop-file-utils gl python:3.5+ qmake qt:5 \
|
||||
shebangfix ssl
|
||||
USE_GL= gl
|
||||
USE_QT= core declarative gui network quickcontrols svg widgets buildtools_build
|
||||
|
||||
|
|
Loading…
Reference in a new issue