Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2020 18:42:39 +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: r525049 - head/graphics/xviewer
Message-ID:  <202002031842.013Igdjw036602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb  3 18:42:38 2020
New Revision: 525049
URL: https://svnweb.freebsd.org/changeset/ports/525049

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /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)

Modified:
  head/graphics/xviewer/Makefile

Modified: head/graphics/xviewer/Makefile
==============================================================================
--- head/graphics/xviewer/Makefile	Mon Feb  3 17:19:48 2020	(r525048)
+++ head/graphics/xviewer/Makefile	Mon Feb  3 18:42:38 2020	(r525049)
@@ -16,8 +16,8 @@ BUILD_DEPENDS=	intltool-update:textproc/intltool \
 LIB_DEPENDS=	libcinnamon-desktop.so:x11/cinnamon-desktop \
 		libpeas-1.0.so:devel/libpeas
 
-USES=		autoreconf desktop-file-utils gettext-tools gmake gnome \
-		libtool localbase pkgconfig
+USES=		autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \
+		gmake gnome libtool localbase pkgconfig
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002031842.013Igdjw036602>