svn commit: r487835 - head/graphics/movit

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 04:53:25 UTC 2018


Author: linimon
Date: Thu Dec 20 04:53:24 2018
New Revision: 487835
URL: https://svnweb.freebsd.org/changeset/ports/487835

Log:
  USES=compiler:c++11-lang is needed to fix linking with multimedia/mlt.
  
  PR:		233906
  Submitted by:	Piotr Kubaj

Modified:
  head/graphics/movit/Makefile

Modified: head/graphics/movit/Makefile
==============================================================================
--- head/graphics/movit/Makefile	Thu Dec 20 02:50:21 2018	(r487834)
+++ head/graphics/movit/Makefile	Thu Dec 20 04:53:24 2018	(r487835)
@@ -13,7 +13,8 @@ LICENSE=	GPLv2+
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libfftw3.so:math/fftw3
 
-USES=		autoreconf gmake eigen:3,build,run libtool pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake eigen:3,build,run libtool \
+		pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list