Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 04:35:44 +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: r495428 - head/security/yubikey-manager-qt
Message-ID:  <201903120435.x2C4ZiHp064377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 12 04:35:44 2019
New Revision: 495428
URL: https://svnweb.freebsd.org/changeset/ports/495428

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/yubikey-manager-qt/Makefile

Modified: head/security/yubikey-manager-qt/Makefile
==============================================================================
--- head/security/yubikey-manager-qt/Makefile	Tue Mar 12 04:33:48 2019	(r495427)
+++ head/security/yubikey-manager-qt/Makefile	Tue Mar 12 04:35:44 2019	(r495428)
@@ -14,11 +14,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
 		pyotherside-qt5>0:devel/pyotherside-qt5
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
 		pyotherside-qt5>0:devel/pyotherside-qt5
 
-USES=		gl pkgconfig python:3.5+ qt:5 qmake shebangfix
+USES=		compiler:c++11-lang gl pkgconfig python:3.5+ qt:5 qmake \
+		shebangfix
 USE_GL=		gl
 USE_QT=		core declarative graphicaleffects gui network quickcontrols \
 		quickcontrols2 svg widgets buildtools_build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120435.x2C4ZiHp064377>