svn commit: r508307 - head/net-p2p/mldonkey

Mark Linimon linimon at FreeBSD.org
Wed Aug 7 09:42:23 UTC 2019


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 at 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


More information about the svn-ports-all mailing list