Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 21:15:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480533 - head/print/harfbuzz
Message-ID:  <201809232115.w8NLF6w8096371@repo.freebsd.org>

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

Log:
  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

Modified:
  head/print/harfbuzz/Makefile   (contents, props changed)

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Sun Sep 23 20:34:29 2018	(r480532)
+++ head/print/harfbuzz/Makefile	Sun Sep 23 21:15:05 2018	(r480533)
@@ -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?201809232115.w8NLF6w8096371>