aboutsummaryrefslogtreecommitdiff
path: root/security/yubioath-desktop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-12 04:43:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-12 04:43:37 +0000
commitf865ed3515ea159b992b31d82e4b0e23b78630f7 (patch)
treeb5006ad0bb5296424464a814acf330aa0e37a810 /security/yubioath-desktop
parenta3bbb2e2c417a297c1ae4af7b862a80480c0d595 (diff)
downloadports-f865ed3515ea159b992b31d82e4b0e23b78630f7.tar.gz
ports-f865ed3515ea159b992b31d82e4b0e23b78630f7.zip
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=495429
Diffstat (limited to 'security/yubioath-desktop')
-rw-r--r--security/yubioath-desktop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/yubioath-desktop/Makefile b/security/yubioath-desktop/Makefile
index 23dfcc465e39..da76780d3489 100644
--- a/security/yubioath-desktop/Makefile
+++ b/security/yubioath-desktop/Makefile
@@ -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