svn commit: r490110 - head/audio/libechonest

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 03:00:59 UTC 2019


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 at qt5
 
-USES=		cmake qt:5 pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig qt:5
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	lfranchi


More information about the svn-ports-all mailing list