- 11 Sep, 2012 1 commit
-
-
Akira TAGOH authored
On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise() and AC_CHECK_FUNCS doesn't check a header file if the function is declared there properly. so use AC_LINK_IFELSE instead.
-
- 27 Aug, 2012 1 commit
-
-
Akira TAGOH authored
-
- 27 Jul, 2012 1 commit
-
-
Akira TAGOH authored
-
- 17 Jul, 2012 3 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 09 Jul, 2012 1 commit
-
-
Akira TAGOH authored
-
- 05 Jul, 2012 1 commit
-
-
Akira TAGOH authored
Check if libxml2 has built with --with-sax1
-
- 25 Jun, 2012 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 18 Jun, 2012 1 commit
-
-
Akira TAGOH authored
-
- 14 Jun, 2012 1 commit
-
-
Akira TAGOH authored
-
- 11 Jun, 2012 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 30 May, 2012 1 commit
-
-
Akira TAGOH authored
It's introduced by 0ac6c982. Use lstat() and S_ISDIR() to check if it's the directory or not if there are no d_type in struct dirent.
-
- 02 May, 2012 1 commit
-
-
Commit 87d7b82a reformatted this part of the configure script, accidentally introducing a spurious comma. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 25 Apr, 2012 2 commits
-
-
Akira TAGOH authored
Stop using mmap() if the cache file is stored on NFS. also added FONTCONFIG_USE_MMAP environment variable to enforce the use of or not the use of mmap(2) regardless of what the filesystem the cache files are stored on.
-
Akira TAGOH authored
-
- 24 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Disable iconv support by default, which provide a feature to convert non-Unicode SFNT names to UTF-8.
-
- 20 Apr, 2012 2 commits
-
-
Akira TAGOH authored
Reported by Jon TURNEY
-
Akira TAGOH authored
-
- 17 Apr, 2012 1 commit
-
-
Given that fontconfig will scan all of the cache file data during the first font search, ask the kernel to start reading the pages right away. Signed-off-by:
Keith Packard <keithp@keithp.com>
-
- 13 Apr, 2012 1 commit
-
-
Akira TAGOH authored
-
- 12 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Fix a build issue on the platforms where regex isn't available
-
- 11 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Allow :file=/path/to/font/file on matching
-
- 10 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Add --with-libiconv, --with-libiconv-includes and --with-libiconv-lib to specify the directory where libiconv might be installed.
-
- 05 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail
-
- 02 Apr, 2012 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 29 Mar, 2012 1 commit
-
-
Akira TAGOH authored
-
- 16 Mar, 2012 1 commit
-
-
Akira TAGOH authored
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value.
-
- 10 Mar, 2012 1 commit
-
-
Akira TAGOH authored
-
- 09 Mar, 2012 1 commit
-
-
Akira TAGOH authored
-
- 28 Feb, 2012 1 commit
-
-
Akira TAGOH authored
Use the own random number generator state if possible.
-
- 04 Jan, 2011 1 commit
-
-
Behdad Esfahbod authored
That macro is simply broken. This was also brought up in: Bug 32679 - fontconfig-2.8.0 does not cross compile
-
- 28 Dec, 2010 2 commits
-
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
Fixes: Bug 32679 - fontconfig-2.8.0 does not cross compile Bug 25462 - Cross-compilation doesn't work
-
- 10 Nov, 2010 1 commit
-
-
Behdad Esfahbod authored
-
- 21 Apr, 2010 1 commit
-
-
Behdad Esfahbod authored
-
- 09 Dec, 2009 1 commit
-
-
Behdad Esfahbod authored
Remove dolt. With libtool2, there's not much need for dolt.
-