svn commit: r531195 - head/audio/id3v2

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 9 09:54:50 UTC 2020


Author: pkubaj
Date: Thu Apr  9 09:54:49 2020
New Revision: 531195
URL: https://svnweb.freebsd.org/changeset/ports/531195

Log:
  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)'

Modified:
  head/audio/id3v2/Makefile

Modified: head/audio/id3v2/Makefile
==============================================================================
--- head/audio/id3v2/Makefile	Thu Apr  9 09:32:22 2020	(r531194)
+++ head/audio/id3v2/Makefile	Thu Apr  9 09:54:49 2020	(r531195)
@@ -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 \


More information about the svn-ports-all mailing list