svn commit: r519649 - head/print/ttfautohint

Mark Linimon linimon at FreeBSD.org
Tue Dec 10 08:01:13 UTC 2019


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 at 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


More information about the svn-ports-head mailing list