Date: Wed, 7 Aug 2019 09:42:23 +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: r508307 - head/net-p2p/mldonkey Message-ID: <201908070942.x779gNKO033391@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Aug 7 09:42:22 2019 New Revision: 508307 URL: https://svnweb.freebsd.org/changeset/ports/508307 Log: Fix build on GCC-based architectures by adding c++11-lang to USES: /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: portmgr (tier-2 blanket) Modified: head/net-p2p/mldonkey/Makefile Modified: head/net-p2p/mldonkey/Makefile ============================================================================== --- head/net-p2p/mldonkey/Makefile Wed Aug 7 09:10:57 2019 (r508306) +++ head/net-p2p/mldonkey/Makefile Wed Aug 7 09:42:22 2019 (r508307) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/Copying.txt CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* -USES= gmake iconv pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake iconv pkgconfig tar:bzip2 USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908070942.x779gNKO033391>