Date: Sun, 11 Nov 2018 03:44:33 +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: r484657 - head/multimedia/smplayer Message-ID: <201811110344.wAB3iX1p081431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 11 03:44:33 2018 New Revision: 484657 URL: https://svnweb.freebsd.org/changeset/ports/484657 Log: USES=compiler:c++11-lang is necessary to fix build on GCC-based architectures. PR: 232834 Submitted by: Piotr Kubaj Approved by: maintainer Modified: head/multimedia/smplayer/Makefile Modified: head/multimedia/smplayer/Makefile ============================================================================== --- head/multimedia/smplayer/Makefile Sun Nov 11 03:42:33 2018 (r484656) +++ head/multimedia/smplayer/Makefile Sun Nov 11 03:44:33 2018 (r484657) @@ -12,7 +12,8 @@ COMMENT= Complete front-end based on Qt for mplayer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Copying.txt -USES= cpe desktop-file-utils dos2unix gmake qmake tar:bzip2 +USES= cpe compiler:c++11-lang desktop-file-utils dos2unix gmake \ + qmake tar:bzip2 USE_XORG= x11 CPE_VENDOR= ricardo_villalba
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811110344.wAB3iX1p081431>