main/fontconfig: src/fcobjhash.h does not exist and removing src/fcobjshash.gperf.h breaks build

This commit is contained in:
Firas Khalil Khana 2025-03-12 14:45:14 +00:00 committed by Natanael Copa
parent cf39795021
commit 12990be495

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fontconfig
pkgver=2.15.0
pkgrel=1
pkgrel=2
pkgdesc="Library for configuring and customizing font access"
url="https://www.freedesktop.org/wiki/Software/fontconfig"
arch="all"
@ -24,9 +24,6 @@ prepare() {
}
build() {
# regenerate hash functions
rm -f src/fcobjshash.h
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -36,7 +33,6 @@ build() {
--enable-static \
--enable-docs \
--disable-nls
rm -f src/fcobjhash.h
make
}