Add compiler:c++11-lang to USES to unbreak on GCC-based systems:
libicuuc.so: undefined reference to __cxa_throw_bad_array_new_length Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
8fb25f87f2
commit
58f1039d84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504486
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@ LIB_DEPENDS= libFLAC.so:audio/flac \
|
|||
libcdio_paranoia.so:sysutils/libcdio-paranoia \
|
||||
liblrdf.so:textproc/liblrdf
|
||||
|
||||
BROKEN_powerpc64= fails to link: libicuuc.so: undefined reference to __cxa_throw_bad_array_new_length
|
||||
|
||||
USES= gettext localbase lua pkgconfig
|
||||
USES= compiler:c++11-lang gettext localbase lua pkgconfig
|
||||
USE_GNOME= gtk20 libxml2 libxslt
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ifp=no
|
||||
|
|
Loading…
Reference in a new issue