svn commit: r490942 - head/multimedia/kmplayer

Mark Linimon linimon at FreeBSD.org
Tue Jan 22 12:36:07 UTC 2019


Author: linimon
Date: Tue Jan 22 12:36:06 2019
New Revision: 490942
URL: https://svnweb.freebsd.org/changeset/ports/490942

Log:
  This port requires a C++11-compatible compiler, so add
  USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  PR:		234973
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/kmplayer/Makefile

Modified: head/multimedia/kmplayer/Makefile
==============================================================================
--- head/multimedia/kmplayer/Makefile	Tue Jan 22 12:32:18 2019	(r490941)
+++ head/multimedia/kmplayer/Makefile	Tue Jan 22 12:36:06 2019	(r490942)
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libxcb-util.so:x11/xcb-util
 RUN_DEPENDS=	mplayer:multimedia/mplayer
 
-USES=		cmake desktop-file-utils gettext-runtime \
+USES=		cmake compiler:c++11-lang desktop-file-utils gettext-runtime \
 		kde:5 pkgconfig qt:5
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 USE_QT=		concurrent core dbus gui network phonon4 printsupport \


More information about the svn-ports-head mailing list