Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 21:16:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r480534 - branches/2018Q3/print/harfbuzz
Message-ID:  <201809232116.w8NLGH7P096553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Sep 23 21:16:17 2018
New Revision: 480534
URL: https://svnweb.freebsd.org/changeset/ports/480534

Log:
  MFH: r480533
  
  print/harfbuzz: unbreak on GCC archs after r477696
  
  /usr/local/lib/libgraphite2.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
  
  PR:		231544
  Submitted by:	Piotr Kubaj
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q3/print/harfbuzz/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/print/harfbuzz/Makefile
==============================================================================
--- branches/2018Q3/print/harfbuzz/Makefile	Sun Sep 23 21:15:05 2018	(r480533)
+++ branches/2018Q3/print/harfbuzz/Makefile	Sun Sep 23 21:16:17 2018	(r480534)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libgraphite2.so:graphics/graphite2
 
 USE_LDCONFIG=	yes
-USES=		gettext-runtime gmake gnome libtool \
+USES=		compiler:c++11-lib gettext-runtime gmake gnome libtool \
 		pathfix pkgconfig tar:bzip2
 USE_GNOME=	cairo glib20 introspection:build
 GNU_CONFIGURE=	yes
@@ -31,7 +31,6 @@ CONFIGURE_ARGS+=	--without-icu
 .else
 CONFIGURE_ARGS+=	--with-icu \
 		--disable-gtk-doc-html
-USES+=		compiler:c++11-lib
 LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
 		libicudata.so:devel/icu
 



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