svn commit: r484657 - head/multimedia/smplayer

Mark Linimon linimon at FreeBSD.org
Sun Nov 11 03:44:34 UTC 2018


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


More information about the svn-ports-all mailing list