diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-23 03:49:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-23 03:49:09 +0800 |
commit | 66bc717b611e2fd5d066bcf31a0b7b404bd99a9f (patch) | |
tree | 6083fa1d825dd19c7fc9778b13edb446af71a40c /x11-servers/xorg-nestserver | |
parent | b790c5846b594baf8aa00f732a956df9e0578f1c (diff) | |
download | freebsd-ports-gnome-66bc717b611e2fd5d066bcf31a0b7b404bd99a9f.tar.gz freebsd-ports-gnome-66bc717b611e2fd5d066bcf31a0b7b404bd99a9f.tar.zst freebsd-ports-gnome-66bc717b611e2fd5d066bcf31a0b7b404bd99a9f.zip |
Disable fontpath.d support as it overwrites the default fontrootdir making non
fontconfig application like xcalc not to find their fonts
Reported by: Jakub Lach <jakub_lach@mailplus.pl>, Stefan Thurner <stthur@gmail.com>
Diffstat (limited to 'x11-servers/xorg-nestserver')
-rw-r--r-- | x11-servers/xorg-nestserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile index fc71f8891ca6..05d1134acd68 100644 --- a/x11-servers/xorg-nestserver/Makefile +++ b/x11-servers/xorg-nestserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= xorg-nestserver PORTVERSION= 1.14.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG @@ -41,8 +41,7 @@ CONFIGURE_ARGS= --disable-dmx \ --disable-vbe \ --disable-vgahw \ --disable-xvfb \ - --with-fontrootdir=${PREFIX}/share/fonts \ - --with-default-font-path="catalogue:${LOCALBASE}/etc/X11/fontpath.d,built-ins" + --with-fontrootdir=${PREFIX}/share/fonts USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto inputproto \ |