diff -rudN -X /home/tshiozak/scratch/patchExclude -x host.def -x xmakefile xc.xtt10pre.19980810/lib/font/FreeType/ftfuncs.c xc/lib/font/FreeType/ftfuncs.c --- xc.xtt10pre.19980810/lib/font/FreeType/ftfuncs.c Mon Aug 10 23:45:52 1998 +++ xc/lib/font/FreeType/ftfuncs.c Mon Aug 17 01:59:00 1998 @@ -1552,7 +1552,7 @@ dprintf((stderr, "FreeTypeGetInfoScalable\n")); ret = FreeTypeOpenScalable(fpe, &pfont, flags, entry, - fileName, vals, format, fmask); + fileName, vals, format, fmask, 0); if (ret != Successful) return ret; *pFontInfo = pfont->info; diff -rudN -X /home/tshiozak/scratch/patchExclude -x host.def -x xmakefile xc.xtt10pre.19980810/lib/font/Imakefile xc/lib/font/Imakefile --- xc.xtt10pre.19980810/lib/font/Imakefile Sun Aug 9 17:42:34 1998 +++ xc/lib/font/Imakefile Sun Aug 16 16:54:42 1998 @@ -176,7 +176,7 @@ #endif /* of NormalLibFont */ #if SharedLibFont && (!(Win32Architecture || OS2Architecture || i386Sco324Architecture || i386Sco325Architecture)) -SharedDepLibraryTarget(font,$(SOFONTREV),$(DONES),$(SHARED_OBJS),.,.) +SharedDepLibraryTarget(font,$(SOFONTREV),$(SUBDIRS) $(DONES),$(SHARED_OBJS),.,.) InstallSharedLibrary(font,$(SOFONTREV),$(SHLIBDIR)) #endif /* of SharedLibFont */ diff -rudN -X /home/tshiozak/scratch/patchExclude -x host.def -x xmakefile xc.$s/Makefile xc/Makefile