audio/id3v2: fix build on GCC architectures

Use newer GCC:
/usr/local/lib/libid3.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_create(unsigned long&, unsigned long)'
This commit is contained in:
Piotr Kubaj 2020-04-09 09:54:49 +00:00
parent 647eb0890d
commit 929f18579a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531195

View File

@ -13,6 +13,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libid3.so:audio/id3lib
USES= compiler:c++11-lang
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/id3v2 \