summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-11 17:45:54 +0000
committerwiz <wiz@pkgsrc.org>2018-03-11 17:45:54 +0000
commitf8884060891a89f09490fd55367803d05cabfb3a (patch)
tree180b4a99c34c51d330a8e332d45dda865c00f318 /fonts/harfbuzz/Makefile
parent4a13edc8dfcb1748f85c5935b94a1556ced8ca1f (diff)
downloadpkgsrc-f8884060891a89f09490fd55367803d05cabfb3a.tar.gz
harfbuzz: update to 1.7.6.
Overview of changes leading to 1.7.6 Wednesday, March 7, 2018 ==================================== - Fix to hb_set_t binary operations. Ouch. - New experimental harfbuzz-subset library. All of hb-subset.h is experimental right now and API WILL change. - New API: hb_blob_copy_writable_or_fail() HB_OT_TAG_BASE hb_set_previous() hb_set_previous_range()
Diffstat (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 7d33b1b4abd..a1edf7bb5ad 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2018/02/11 16:08:38 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2018/03/11 17:45:54 wiz Exp $
-DISTNAME= harfbuzz-1.7.5
+DISTNAME= harfbuzz-1.7.6
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2
@@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --with-graphite2=no
PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in
PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in
+PKGCONFIG_OVERRIDE+= src/harfbuzz-subset.pc.in
LDFLAGS.OpenBSD+= -lz