svn commit: r539364 - head/math/mpsolve
Mark Linimon
linimon at FreeBSD.org
Tue Jun 16 16:23:35 UTC 2020
Author: linimon
Date: Tue Jun 16 16:23:35 2020
New Revision: 539364
URL: https://svnweb.freebsd.org/changeset/ports/539364
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/lib/libtcmalloc_minimal.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)@GLIBCXX_3.4.21'
Approved by: portmgr (tier-2 blanket)
Modified:
head/math/mpsolve/Makefile
Modified: head/math/mpsolve/Makefile
==============================================================================
--- head/math/mpsolve/Makefile Tue Jun 16 16:11:36 2020 (r539363)
+++ head/math/mpsolve/Makefile Tue Jun 16 16:23:35 2020 (r539364)
@@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp \
libtcmalloc_minimal.so:devel/google-perftools
-USES= autoreconf gettext-runtime gmake gnome libtool localbase pkgconfig shared-mime-info tar:bz2
+USES= autoreconf compiler:c++11-lang gettext-runtime gmake gnome \
+ libtool localbase pkgconfig shared-mime-info tar:bz2
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list