MFH: r484946

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
Approved by:	ports-secteam blanket
This commit is contained in:
Jan Beich 2018-11-14 21:40:30 +00:00
parent 4a0308955b
commit 96f380d43f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q4/; revision=484947

View File

@ -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 \