summary refs log tree commit diff
path: root/pkgs/xfree86
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-08-29 13:18:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-08-29 13:18:56 +0000
commitd60e11c4e2fab23922d0e9ff337e284835f8190b (patch)
treed8a4f52d7bbf01fcb9bf9fe7d9b572d4686ec8ad /pkgs/xfree86
parent01f6b1026c069b97b5c9115eaf343bfc7d1a7386 (diff)
* Quick fix to allow fontconfig to find client-side fonts.
svn path=/nixpkgs/trunk/; revision=375
Diffstat (limited to 'pkgs/xfree86')
-rwxr-xr-xpkgs/xfree86/xfree86-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/xfree86/xfree86-build.sh b/pkgs/xfree86/xfree86-build.sh
index 01c74bf4f7b10..2097d50ed59c3 100755
--- a/pkgs/xfree86/xfree86-build.sh
+++ b/pkgs/xfree86/xfree86-build.sh
@@ -13,3 +13,6 @@ cd xc || exit 1
 sed "s^@OUT@^$out^" < $hostdef > config/cf/host.def
 make World || exit 1
 make install || exit 1
+
+# Hack to get fontconfig to work.
+ln -s /usr/X11R6/lib/X11/fonts $out/lib/X11/fonts