Add compiler:c++11-lang to USES to fix the following on GCC-based

architectures:

  /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:
Mark Linimon 2019-04-03 06:19:02 +00:00
parent 446eb4644b
commit 84460438d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497646

View File

@ -17,7 +17,8 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
USES= alias dos2unix gl gmake gnome pkgconfig:build
USES= alias compiler:c++11-lang dos2unix gl gmake gnome \
pkgconfig:build
DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)?
USE_GITHUB= yes