From e61f3b75f65c8b74ba144a01d3f2bebd4f3a5b5b Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Fri, 6 May 2011 14:52:41 +0100 Subject: [PATCH] mft-disable-mmap Disabled mmap in font rendering (closes: #487407) Gbp-Pq: Name mft-disable-mmap.patch --- ros/inc/MFT_FileRecord.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ros/inc/MFT_FileRecord.hxx b/ros/inc/MFT_FileRecord.hxx index 0cfd3d823..4a82a752c 100644 --- a/ros/inc/MFT_FileRecord.hxx +++ b/ros/inc/MFT_FileRecord.hxx @@ -19,6 +19,7 @@ */ #endif //WNT +#if 0 #if defined ( __hpux ) || defined ( HPUX ) #include #define MAP_FAILED -1 @@ -55,6 +56,7 @@ #define MUNMAP(mmap_addr,mmap_size) \ munmap((caddr_t) mmap_addr,(size_t) mmap_size) #endif // __alpha +#endif #ifndef MMAP // #error *** MMAP is not used on your system by MFT fonts *** -- 2.30.2