Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 11:39:30 +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: r504413 - head/science/gabedit
Message-ID:  <201906171139.x5HBdUdo013283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 17 11:39:30 2019
New Revision: 504413
URL: https://svnweb.freebsd.org/changeset/ports/504413

Log:
  Add compiler:c++11-lang to USES to fix the following 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/science/gabedit/Makefile

Modified: head/science/gabedit/Makefile
==============================================================================
--- head/science/gabedit/Makefile	Mon Jun 17 11:38:44 2019	(r504412)
+++ head/science/gabedit/Makefile	Mon Jun 17 11:39:30 2019	(r504413)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
 
-USES=		gettext-runtime gl gmake gnome pkgconfig
+USES=		compiler:c++11-lang gettext-runtime gl gmake gnome pkgconfig
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xmu xt



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