diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-08-07 09:42:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-08-07 09:42:22 +0000 |
commit | 7b26e80f248c4be51c949e44f7df2eab493be52f (patch) | |
tree | 7cbecb738cb9dd1ee3b601ddaf5c67f377142ef4 /net-p2p/mldonkey/Makefile | |
parent | 5574dc7adc1fe565c659080d9ba0b0549ccec6fb (diff) |
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)
Notes
Notes:
svn path=/head/; revision=508307
Diffstat (limited to 'net-p2p/mldonkey/Makefile')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index d1d7d5804f99..2832644f41cb 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -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 |