sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-08-28 05:57:34 +00:00
commit 88965415ff
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
26235 changed files with 29195616 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.3 2021/11/11 08:46:46 matthieu Exp $
FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig
all:
regen: fccase.h
fccase.h: CaseFolding.txt fccase.tmpl.h fc-case.py
python${PYTHON_VERSION} ${FONTCONFIG}/fc-case/fc-case.py \
${FONTCONFIG}/fc-case/CaseFolding.txt \
--template ${FONTCONFIG}/fc-case/fccase.tmpl.h \
--output $@
obj:
.PATH: ${FONTCONFIG}/fc-case
NOMAN=
.include <bsd.prog.mk>
.include <bsd.xorg.mk>