Date: Tue, 16 Jun 2020 16:23:35 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539364 - head/math/mpsolve Message-ID: <202006161623.05GGNZ7i003235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006161623.05GGNZ7i003235>