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:
parent
90bdc4ba33
commit
e040427a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480533
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user