Date: Tue, 12 Mar 2019 04:43:37 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495429 - head/security/yubioath-desktop Message-ID: <201903120443.x2C4hbK3069312@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Mar 12 04:43:37 2019 New Revision: 495429 URL: https://svnweb.freebsd.org/changeset/ports/495429 Log: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/security/yubioath-desktop/Makefile Modified: head/security/yubioath-desktop/Makefile ============================================================================== --- head/security/yubioath-desktop/Makefile Tue Mar 12 04:35:44 2019 (r495428) +++ head/security/yubioath-desktop/Makefile Tue Mar 12 04:43:37 2019 (r495429) @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120443.x2C4hbK3069312>