1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

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
This commit is contained in:
Jan Beich 2018-09-23 21:15:05 +00:00
parent 90bdc4ba33
commit e040427a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480533

View File

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