]> git.pld-linux.org Git - packages/cross-gcc.git/blame - cross-intl-filename.patch
fix packaging
[packages/cross-gcc.git] / cross-intl-filename.patch
CommitLineData
b5b0b447
ER
1diff -uNr --exclude '*~' gcc-4.7.0-RC-20120302/gcc/intl.c gcc-4.7.0-RC-20120302-old/gcc/intl.c
2--- gcc/intl.c 2010-12-01 17:29:12.000000000 +0000
3+++ gcc/intl.c 2012-03-15 14:49:19.709968148 +0000
4@@ -56,8 +56,8 @@
5 setlocale (LC_ALL, "");
6 #endif
7
8- (void) bindtextdomain ("gcc", LOCALEDIR);
9- (void) textdomain ("gcc");
10+ (void) bindtextdomain ("cross-gcc", LOCALEDIR);
11+ (void) textdomain ("cross-gcc");
12
13 /* Opening quotation mark. */
14 open_quote = _("`");
This page took 0.064275 seconds and 4 git commands to generate.