Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 03:00:58 +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: r490110 - head/audio/libechonest
Message-ID:  <201901130300.x0D30wcd058537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jan 13 03:00:58 2019
New Revision: 490110
URL: https://svnweb.freebsd.org/changeset/ports/490110

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234785
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/libechonest/Makefile

Modified: head/audio/libechonest/Makefile
==============================================================================
--- head/audio/libechonest/Makefile	Sun Jan 13 02:42:14 2019	(r490109)
+++ head/audio/libechonest/Makefile	Sun Jan 13 03:00:58 2019	(r490110)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libqjson-qt5.so:devel/qjson@qt5
 
-USES=		cmake qt:5 pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig qt:5
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	lfranchi



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