aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-09-23 21:16:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-09-23 21:16:17 +0000
commit59b7cd5047c15865b2d75d558d136835d7fb686b (patch)
tree1d5b5069d48352a03c1ae617d46f5ea5519decfe
parenta92fa4b430efda20a87b940f081a0b6a8c848295 (diff)
downloadports-59b7cd5047c15865b2d75d558d136835d7fb686b.tar.gz
ports-59b7cd5047c15865b2d75d558d136835d7fb686b.zip
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
Notes
Notes: svn path=/branches/2018Q3/; revision=480534
-rw-r--r--print/harfbuzz/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index ab33faae9f0d..f6ad948988c1 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -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