Date: Wed, 14 Nov 2018 21:39:16 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484946 - head/multimedia/gnome-mpv Message-ID: <201811142139.wAELdGpW063338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 14 21:39:16 2018 New Revision: 484946 URL: https://svnweb.freebsd.org/changeset/ports/484946 Log: multimedia/gnome-mpv: chase compiler used by mpv On GCC architectures OPENCV option in multimedia/ffmpeg appears to require consumers to pass -L${_GCC_RUNTIME}. So, use modern GCC where this is implicit. //usr/local/lib/libopencv_core.so.3.4: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' //usr/local/lib/libopencv_core.so.3.4: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' PR: 233120 Submitted by: linimon Modified: head/multimedia/gnome-mpv/Makefile (contents, props changed) Modified: head/multimedia/gnome-mpv/Makefile ============================================================================== --- head/multimedia/gnome-mpv/Makefile Wed Nov 14 21:31:28 2018 (r484945) +++ head/multimedia/gnome-mpv/Makefile Wed Nov 14 21:39:16 2018 (r484946) @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libmpv.so:multimedia/mpv -USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig tar:xz USE_GNOME= cairo gtk30 GNU_CONFIGURE= yes GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811142139.wAELdGpW063338>