Date: Thu, 20 Dec 2018 04:53:24 +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: r487835 - head/graphics/movit Message-ID: <201812200453.wBK4rOq3047902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200453.wBK4rOq3047902>