From d3e6a3ebd735009198e2f1ab1692a19ea3a67144 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 2 Jan 2019 00:39:01 +0000 Subject: user/xorg-server: fix default font path (thanks, alpine) --- user/xorg-server/APKBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'user/xorg-server') diff --git a/user/xorg-server/APKBUILD b/user/xorg-server/APKBUILD index 928b86a42..181bbde15 100644 --- a/user/xorg-server/APKBUILD +++ b/user/xorg-server/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=xorg-server pkgver=1.20.3 -pkgrel=0 +pkgrel=1 pkgdesc="X.Org X11 server" url="https://www.X.Org/" arch="all" @@ -59,13 +59,9 @@ prepare() { build() { cd "$builddir" - # xorg modules does not work with the -z now and it seems like we - # cannot pass over the linker flag to .so files. so we tweak the - # gcc specs. export CFLAGS="$CFLAGS -D_GNU_SOURCE" [ "$CLIBC" == musl ] && export CFLAGS="$CFLAGS -D__gid_t=gid_t -D__uid_t=uid_t" export LDFLAGS="$LDFLAGS -Wl,-z,lazy" - _fontroot="/usr/share/fonts" ./configure \ --build=$CBUILD \ @@ -73,8 +69,6 @@ build() { --prefix=/usr \ --sysconfdir=/etc/X11 \ --localstatedir=/var \ - --with-fontrootdir=$_fontroot \ - --with-default-font-path=${_fontroot}/misc,${_fontroot}/100dpi:unscaled,${_fontroot}/75dpi:unscaled,${_fontroot}/TTF,${_fontroot}/Type1,${_fontroot}/truetype \ --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ --without-systemd-daemon \ -- cgit v1.2.3-60-g2f50