aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-vfbserver
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-22 19:49:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-22 19:49:09 +0000
commit66d439f626997fffc175a2c19180f3014b0e9442 (patch)
tree6083fa1d825dd19c7fc9778b13edb446af71a40c /x11-servers/xorg-vfbserver
parent6faf9b65ab0e0621394262181c71c5db839b61e6 (diff)
downloadports-66d439f626997fffc175a2c19180f3014b0e9442.tar.gz
ports-66d439f626997fffc175a2c19180f3014b0e9442.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>
Notes
Notes: svn path=/head/; revision=381951
Diffstat (limited to 'x11-servers/xorg-vfbserver')
-rw-r--r--x11-servers/xorg-vfbserver/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile
index f46ce8012867..9cff2e2588d1 100644
--- a/x11-servers/xorg-vfbserver/Makefile
+++ b/x11-servers/xorg-vfbserver/Makefile
@@ -41,8 +41,7 @@ CONFIGURE_ARGS= --disable-dmx \
--disable-vbe \
--disable-vgahw \
--enable-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= pixman x11 fixesproto damageproto xcmiscproto xtrans \
bigreqsproto randrproto renderproto xextproto inputproto \