commit: c5141984d6a22c771d2d245c968961c99824455f Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Aug 16 01:40:39 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Aug 16 01:40:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=c5141984
Fix patch against fontforge. .../media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/portage/patches/media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch b/core/etc/portage/patches/media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch index 0aea86a..f5996c2 100644 --- a/core/etc/portage/patches/media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch +++ b/core/etc/portage/patches/media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch @@ -35,7 +35,7 @@ index 973f343..4f1de12 100644 #include "ustring.h" --#ifdef _WIN32 +-#ifdef __MINGW32__ +#ifndef HAVE_LOCALE_T #define BAD_LOCALE_HACK typedef char* locale_t;
