Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 04:59:46 +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: r490445 - head/audio/liblastfm
Message-ID:  <201901160459.x0G4xkof068905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jan 16 04:59:46 2019
New Revision: 490445
URL: https://svnweb.freebsd.org/changeset/ports/490445

Log:
  The -qt5 slave port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234926
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/liblastfm/Makefile

Modified: head/audio/liblastfm/Makefile
==============================================================================
--- head/audio/liblastfm/Makefile	Wed Jan 16 04:56:45 2019	(r490444)
+++ head/audio/liblastfm/Makefile	Wed Jan 16 04:59:46 2019	(r490445)
@@ -28,7 +28,7 @@ USE_QT=		corelib dbus network sql xml \
 		moc_build qmake_build rcc_build
 CMAKE_ON+=	BUILD_WITH_QT4
 .else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core dbus network sql xml \
 		buildtools_build qmake_build
 CMAKE_OFF+=	BUILD_WITH_QT4



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