From d3c701bfe69ebe126a7a7283913541cb2661b154 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 3 Jul 2023 13:18:54 +0000 Subject: Update to fontconfig 2.14.2 --- lib/fontconfig/Makefile.inc | 4 ++-- lib/fontconfig/conf.d/Makefile | 4 +++- lib/fontconfig/pc/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'lib/fontconfig') diff --git a/lib/fontconfig/Makefile.inc b/lib/fontconfig/Makefile.inc index 3075d00de..e6714cb5e 100644 --- a/lib/fontconfig/Makefile.inc +++ b/lib/fontconfig/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2016/03/13 20:23:35 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2023/07/03 13:18:53 matthieu Exp $ X11BASE ?= /usr/X11R6 @@ -6,7 +6,7 @@ FC_CACHEDIR = /var/cache/fontconfig BASECONFIGDIR = /etc/fonts MANDIR = ${X11BASE}/man/man -CFLAGS += -Wall -Wpointer-arith -Wstrict-prototypes \ +CFLAGS += --std=c99 -Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wnested-externs -fno-strict-aliasing CFLAGS += -DHAVE_CONFIG_H diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile index 1754db3f0..56590a555 100644 --- a/lib/fontconfig/conf.d/Makefile +++ b/lib/fontconfig/conf.d/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2022/11/06 10:37:41 matthieu Exp $ +# $OpenBSD: Makefile,v 1.17 2023/07/03 13:18:53 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig CONFIGDIR = /etc/fonts/conf.d @@ -38,6 +38,7 @@ AVAIL_FILES = \ 10-hinting-medium.conf \ 10-hinting-none.conf \ 10-hinting-slight.conf \ + 10-no-antialias.conf \ 10-no-sub-pixel.conf \ 10-scale-bitmap-fonts.conf \ 10-sub-pixel-bgr.conf \ @@ -45,6 +46,7 @@ AVAIL_FILES = \ 10-sub-pixel-vbgr.conf \ 10-sub-pixel-vrgb.conf \ 10-unhinted.conf \ + 10-yes-antialias.conf \ 11-lcdfilter-default.conf \ 11-lcdfilter-legacy.conf \ 11-lcdfilter-light.conf \ diff --git a/lib/fontconfig/pc/Makefile b/lib/fontconfig/pc/Makefile index 1d864259d..4d6ef0b04 100644 --- a/lib/fontconfig/pc/Makefile +++ b/lib/fontconfig/pc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2022/10/16 15:41:27 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2023/07/03 13:18:53 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig PKGCONFIG = fontconfig.pc -PACKAGE_VERSION = 2.14.0 +PACKAGE_VERSION = 2.14.1 PACKAGE = fontconfig VERSION = $(PACKAGE_VERSION) -- cgit v1.2.3