Date: Tue, 18 Jun 2019 14:34:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504486 - head/audio/aqualung Message-ID: <201906181434.x5IEY6Hi086005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jun 18 14:34:06 2019 New Revision: 504486 URL: https://svnweb.freebsd.org/changeset/ports/504486 Log: 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) Modified: head/audio/aqualung/Makefile Modified: head/audio/aqualung/Makefile ============================================================================== --- head/audio/aqualung/Makefile Tue Jun 18 13:51:17 2019 (r504485) +++ head/audio/aqualung/Makefile Tue Jun 18 14:34:06 2019 (r504486) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906181434.x5IEY6Hi086005>