svn commit: r487241 - head/audio/vamp-plugin-sdk

Mark Linimon linimon at FreeBSD.org
Tue Dec 11 16:35:59 UTC 2018


Author: linimon
Date: Tue Dec 11 16:35:58 2018
New Revision: 487241
URL: https://svnweb.freebsd.org/changeset/ports/487241

Log:
  This port needs to use new GCC from ports on GCC-based architectures,
  so add USES=compiler:c++11-lang.
  
  PR:		233866
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/vamp-plugin-sdk/Makefile

Modified: head/audio/vamp-plugin-sdk/Makefile
==============================================================================
--- head/audio/vamp-plugin-sdk/Makefile	Tue Dec 11 16:12:54 2018	(r487240)
+++ head/audio/vamp-plugin-sdk/Makefile	Tue Dec 11 16:35:58 2018	(r487241)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		compiler:c++11-lang gmake pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 post-install:


More information about the svn-ports-all mailing list