svn commit: r496443 - head/multimedia/wf-recorder

Mark Linimon linimon at FreeBSD.org
Thu Mar 21 11:07:49 UTC 2019


Author: linimon
Date: Thu Mar 21 11:07:48 2019
New Revision: 496443
URL: https://svnweb.freebsd.org/changeset/ports/496443

Log:
  Fix build on gcc-based architectures:
  
    ERROR: C++ Compiler does not support -std=c++11
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/wf-recorder/Makefile

Modified: head/multimedia/wf-recorder/Makefile
==============================================================================
--- head/multimedia/wf-recorder/Makefile	Thu Mar 21 11:04:55 2019	(r496442)
+++ head/multimedia/wf-recorder/Makefile	Thu Mar 21 11:07:48 2019	(r496443)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	wayland-protocols>=1.14:graphics/waylan
 LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg \
 		libwayland-client.so:graphics/wayland
 
-USES=		meson pkgconfig
+USES=		compiler:c++11-lang meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	ammen99
 GH_TAGNAME=	7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9


More information about the svn-ports-all mailing list