svn commit: r504486 - head/audio/aqualung

Mark Linimon linimon at FreeBSD.org
Tue Jun 18 14:34:08 UTC 2019


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


More information about the svn-ports-all mailing list