Date: Sat, 12 Jan 2019 23:09:20 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490084 - head/multimedia/simplescreenrecorder Message-ID: <201901122309.x0CN9K7g033191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Jan 12 23:09:20 2019 New Revision: 490084 URL: https://svnweb.freebsd.org/changeset/ports/490084 Log: This port requires USES=compiler:c++11-lang to build on GCC-based architectures. PR: 234335 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/multimedia/simplescreenrecorder/Makefile Modified: head/multimedia/simplescreenrecorder/Makefile ============================================================================== --- head/multimedia/simplescreenrecorder/Makefile Sat Jan 12 23:05:00 2019 (r490083) +++ head/multimedia/simplescreenrecorder/Makefile Sat Jan 12 23:09:20 2019 (r490084) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libasound.so:audio/alsa-lib \ libavformat.so:multimedia/ffmpeg -USES= cmake pkgconfig qt:5 +USES= cmake compiler:c++11-lang pkgconfig qt:5 USE_GITHUB= yes GH_ACCOUNT= MaartenBaert GH_PROJECT= ssr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901122309.x0CN9K7g033191>