Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2018 11:04:06 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481623 - head/security/qtkeychain
Message-ID:  <201810091104.w99B46rM011775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Tue Oct  9 11:04:06 2018
New Revision: 481623
URL: https://svnweb.freebsd.org/changeset/ports/481623

Log:
  security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor.
  
  PR:		232090
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	tcberner (mentor)

Modified:
  head/security/qtkeychain/Makefile

Modified: head/security/qtkeychain/Makefile
==============================================================================
--- head/security/qtkeychain/Makefile	Tue Oct  9 10:56:05 2018	(r481622)
+++ head/security/qtkeychain/Makefile	Tue Oct  9 11:04:06 2018	(r481623)
@@ -29,7 +29,7 @@ USE_QT=		corelib dbus linguisttools_build moc_build rc
 PLIST_SUB+=	PLIST_QT_PREFIX_UPCASE=Qt PLIST_QT_PREFIX=qt
 PLIST=		${PKGDIR}/pkg-plist.${FLAVOR}
 .  else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core dbus linguisttools_build buildtools_build qmake_build
 PLIST_SUB+=	PLIST_QT_PREFIX_UPCASE=Qt5 PLIST_QT_PREFIX=qt5
 PLIST=		${PKGDIR}/pkg-plist.${FLAVOR}



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