mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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)
This commit is contained in:
parent
da6f887799
commit
8e864a488a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495424
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user