svn commit: r500872 - head/audio/lv2lint

Mark Linimon linimon at FreeBSD.org
Sun May 5 20:18:59 UTC 2019


Author: linimon
Date: Sun May  5 20:18:58 2019
New Revision: 500872
URL: https://svnweb.freebsd.org/changeset/ports/500872

Log:
  Add compiler:c++11-lang to ensure building on GCC-based architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/lv2lint/Makefile

Modified: head/audio/lv2lint/Makefile
==============================================================================
--- head/audio/lv2lint/Makefile	Sun May  5 20:04:51 2019	(r500871)
+++ head/audio/lv2lint/Makefile	Sun May  5 20:18:58 2019	(r500872)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	liblilv-0.so:audio/lilv
 RUN_DEPENDS=	curl>0:ftp/curl \
 		libelf>0:devel/libelf
 
-USES=		meson pkgconfig
+USES=		compiler:c++11-lang meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenMusicKontrollers
 GH_TAGNAME=	3c24394


More information about the svn-ports-all mailing list