Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 08:01:13 +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: r519649 - head/print/ttfautohint
Message-ID:  <201912100801.xBA81Dwt073152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec 10 08:01:12 2019
New Revision: 519649
URL: https://svnweb.freebsd.org/changeset/ports/519649

Log:
  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/print/ttfautohint/Makefile

Modified: head/print/ttfautohint/Makefile
==============================================================================
--- head/print/ttfautohint/Makefile	Tue Dec 10 07:49:47 2019	(r519648)
+++ head/print/ttfautohint/Makefile	Tue Dec 10 08:01:12 2019	(r519649)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	freetype2>=2.4.5:print/freetype2 \
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libharfbuzz.so:print/harfbuzz
 
-USES=		gmake libtool pkgconfig
+USES=		compiler:c++11-lang gmake libtool pkgconfig
 
 CONFIGURE_ARGS=	--with-doc=no --with-qt=no
 GNU_CONFIGURE=	yes



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