Blame SOURCES/glibc-rh1505492-undef-intl.patch

147e83
Fix -Wundef warning.  It was fixed upstream as part of this commit:
147e83
147e83
commit 3247f28556d1de7f9837f6e9ee8c63fa56b93c13
147e83
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
147e83
Date:   Thu Jul 3 01:36:10 2014 +0530
147e83
147e83
    Sync up loadmsgcat.c with gettext
147e83
147e83
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
147e83
index c70152010ecd2624..243783a9ac4d0929 100644
147e83
--- a/intl/loadmsgcat.c
147e83
+++ b/intl/loadmsgcat.c
147e83
@@ -89,6 +89,7 @@ char *alloca ();
147e83
 # include "../locale/localeinfo.h"
147e83
 # include <not-cancel.h>
147e83
 # include <bits/libc-lock.h>
147e83
+# define PRI_MACROS_BROKEN 0
147e83
 #endif
147e83
 
147e83
 /* Provide fallback values for macros that ought to be defined in <inttypes.h>.