svn commit: r490094 - head/audio/guidolib

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 00:20:16 UTC 2019


Author: linimon
Date: Sun Jan 13 00:20:15 2019
New Revision: 490094
URL: https://svnweb.freebsd.org/changeset/ports/490094

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based
  architectures.
  
  PR:		234372
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/audio/guidolib/Makefile

Modified: head/audio/guidolib/Makefile
==============================================================================
--- head/audio/guidolib/Makefile	Sat Jan 12 23:34:27 2019	(r490093)
+++ head/audio/guidolib/Makefile	Sun Jan 13 00:20:15 2019	(r490094)
@@ -16,7 +16,7 @@ LICENSE=	MPL20
 
 BUILD_DEPENDS=	cmake:devel/cmake
 
-USES=		gmake gnome pkgconfig qt:5
+USES=		compiler:c++11-lang gmake gnome pkgconfig qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	grame-cncm
 USE_QT=		core gui widgets printsupport xml buildtools_build qmake_build


More information about the svn-ports-all mailing list