--- vlc-0.8.6a.orig/modules/misc/freetype.c 2007-02-02 09:23:54.000000000 +0100 +++ vlc-0.8.6a/modules/misc/freetype.c 2007-04-04 13:04:24.000000000 +0200 @@ -55,7 +55,7 @@ #elif defined( WIN32 ) #define DEFAULT_FONT "" /* Default font found at run-time */ #else -#define DEFAULT_FONT "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" +#define DEFAULT_FONT "@@XPREFIX@@/lib/X11/fonts/TTF/DejaVuSans.ttf" #endif #if defined(HAVE_FRIBIDI)