[rep-gtk] build with LC_ALL=C



commit b5b80c4672e1a51e9e1a903f92ff4503833c0afc
Author: chrisb <zanghar freenet de>
Date:   Sat Sep 12 15:26:52 2009 +0200

    build with LC_ALL=C

 ChangeLog   |    2 ++
 Makefile.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 37994d4..5cd45fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2009-09-12  Christopher Bratusek <zanghar freenet de>
 	* ChangeLog: change encoding to UTF-8 [Teika Kazura]
 
+	* Makefile.in: build with LC_ALL=C [Gentoo]
+
 2009-09-05  Christopher Bratusek <zanghar freenet de>
 	* rep-gtk.spec.in: improved [Kim B. Heino]
 
diff --git a/Makefile.in b/Makefile.in
index 7195933..cd56548 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,7 +54,7 @@ gtk-2/gtk.la : $(OBJS)
 	$(rep_DL_LD) $(CPPFLAGS) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(REP_GTK_LIBS)
 
 %-glue.c : %.defs build-gtk.jlc
-	rep build-gtk.jlc -f build-gtk-batch $< $@
+	LC_ALL=C rep build-gtk.jlc -f build-gtk-batch $< $@
 
 .PRECIOUS:  %-glue.c
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]