blob: 64fc790f184d74b68064e4621e323c466a5df6b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Xvnc/programs/Xserver/dix/Imakefile.orig Thu Apr 13 02:18:32 2000
+++ Xvnc/programs/Xserver/dix/Imakefile Wed Nov 20 20:44:05 2002
@@ -37,12 +37,12 @@
*/
#ifdef DefaultFontPath
-DEFAULTFONTPATH = DefaultFontPath
+DEFAULTFONTPATH = ${LOCALBASE}/lib/X11/fonts/misc
SITE_FONT_PATH = -DCOMPILEDDEFAULTFONTPATH=\"$(DEFAULTFONTPATH)\"
#endif
#ifdef DefaultRGBDatabase
-DEFAULTRGBDATABASE = DefaultRGBDatabase
+DEFAULTRGBDATABASE = ${LOCALBASE}/lib/X11/rgb
SITE_RGB_DB = -DRGB_DB=\"$(DEFAULTRGBDATABASE)\"
#endif
|