Skip to content
Snippets Groups Projects
Commit 12990be4 authored by Firas Khalil Khana's avatar Firas Khalil Khana :wind_chime: Committed by Natanael Copa
Browse files

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

parent cf397950
No related branches found
No related tags found
1 merge request!81217main/fontconfig: src/fcobjhash.h does not exist and removing src/fcobjshash.gperf.h breaks build
Pipeline #307059 skipped
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment