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)
This commit is contained in:
parent
5574dc7adc
commit
7b26e80f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508307
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue