svn commit: r495424 - head/net-p2p/amule-devel

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 04:20:44 UTC 2019


Author: linimon
Date: Tue Mar 12 04:20:43 2019
New Revision: 495424
URL: https://svnweb.freebsd.org/changeset/ports/495424

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'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-p2p/amule-devel/Makefile

Modified: head/net-p2p/amule-devel/Makefile
==============================================================================
--- head/net-p2p/amule-devel/Makefile	Tue Mar 12 04:18:32 2019	(r495423)
+++ head/net-p2p/amule-devel/Makefile	Tue Mar 12 04:20:43 2019	(r495424)
@@ -19,8 +19,8 @@ LIB_DEPENDS=	libcryptopp.so:security/cryptopp
 
 CONFLICTS=	amule-[0-9]*
 
-USES=		bison desktop-file-utils desktop-file-utils gmake \
-		localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2
+USES=		bison compiler:c++11-lang desktop-file-utils desktop-file-utils \
+		gmake localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2
 USE_PERL5=	build
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute


More information about the svn-ports-all mailing list