aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-15 21:40:39 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-15 21:40:39 -0400
commitc5141984d6a22c771d2d245c968961c99824455f (patch)
treea358243bf578e9729af473d70a8767f3e5e1c36b
parentapp-portage/grs: use tree stable version. (diff)
downloadgrs-c5141984d6a22c771d2d245c968961c99824455f.tar.gz
grs-c5141984d6a22c771d2d245c968961c99824455f.tar.bz2
grs-c5141984d6a22c771d2d245c968961c99824455f.zip
Fix patch against fontforge.
-rw-r--r--core/etc/portage/patches/media-gfx/fontforge/0002-configure.ac-check-for-locale_t.patch2
1 files changed, 1 insertions, 1 deletions
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;