svn commit: r495853 - head/audio/fplib

Mark Linimon linimon at FreeBSD.org
Sat Mar 16 08:33:51 UTC 2019


Author: linimon
Date: Sat Mar 16 08:33:50 2019
New Revision: 495853
URL: https://svnweb.freebsd.org/changeset/ports/495853

Log:
  Fix build on gcc-based architectures:
  
    undefined reference to 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/fplib/Makefile

Modified: head/audio/fplib/Makefile
==============================================================================
--- head/audio/fplib/Makefile	Sat Mar 16 08:05:22 2019	(r495852)
+++ head/audio/fplib/Makefile	Sat Mar 16 08:33:50 2019	(r495853)
@@ -18,9 +18,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libsamplerate.so:audio/libsamplerate \
 		libtag.so:audio/taglib
 
+USES=		cmake compiler:c++11-lang localbase:ldflags
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USES=		cmake localbase:ldflags
 
 GH_ACCOUNT=	lastfm
 GH_PROJECT=	Fingerprinter


More information about the svn-ports-head mailing list