blob: 0c940b145a942288d88b842b0720824224eba35e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$FreeBSD$
--- ../../j2se/src/solaris/native/sun/awt/fontpath.c.orig Fri Dec 8 11:59:25 2006
+++ ../../j2se/src/solaris/native/sun/awt/fontpath.c Fri Dec 8 12:00:06 2006
@@ -495,10 +495,10 @@
char *ptr;
#if defined(__linux__) || defined(_ALLBSD_SOURCE)
- ptr = "/usr/X11R6/lib/X11/fonts/Type1:"
- "/usr/X11R6/lib/X11/fonts/TrueType:"
- "/usr/X11R6/lib/X11/fonts/tt:"
- "/usr/share/fonts/ja/TrueType";
+ ptr = "%%X11BASE%%/lib/X11/fonts/Type1:"
+ "%%X11BASE%%/lib/X11/fonts/TrueType:"
+ "%%X11BASE%%/lib/X11/fonts/tt:"
+ "%%X11BASE%%/fonts/ja/TrueType";
#elif defined( HEADLESS )
ptr = getSolarisFontLocations(env, (int) (noType1==JNI_TRUE));
#elif SCAN_FONT_DIRS
|