* [gentoo-commits] gentoo-x86 commit in app-misc/tmux/files: tmux-1.2-locale.patch
@ 2010-05-09 22:02 Harald van Dijk (truedfx)
0 siblings, 0 replies; 2+ messages in thread
From: Harald van Dijk (truedfx) @ 2010-05-09 22:02 UTC (permalink / raw
To: gentoo-commits
truedfx 10/05/09 22:02:04
Added: tmux-1.2-locale.patch
Log:
Fix build error with et_EE locale (#318995)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 app-misc/tmux/files/tmux-1.2-locale.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/files/tmux-1.2-locale.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/files/tmux-1.2-locale.patch?rev=1.1&content-type=text/plain
Index: tmux-1.2-locale.patch
===================================================================
--- tmux-1.2/GNUmakefile
+++ tmux-1.2/GNUmakefile
@@ -56,7 +56,7 @@
INSTALLBIN= install -g bin -o root -m 555
INSTALLMAN= install -g bin -o root -m 444
-SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
+SRCS= $(shell echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g')
include config.mk
OBJS= $(patsubst %.c,%.o,$(SRCS))
--- tmux-1.2/Makefile
+++ tmux-1.2/Makefile
@@ -52,7 +52,7 @@
INSTALLBIN= install -g bin -o root -m 555
INSTALLMAN= install -g bin -o root -m 444
-SRCS!= echo *.c|sed 's|osdep-[a-z0-9]*.c||g'
+SRCS!= echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g'
.include "config.mk"
OBJS= ${SRCS:S/.c/.o/}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/tmux/files: tmux-1.2-locale.patch
@ 2011-08-07 17:17 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-08-07 17:17 UTC (permalink / raw
To: gentoo-commits
jer 11/08/07 17:17:59
Removed: tmux-1.2-locale.patch
Log:
Remove old ebuilds so that libevent-1 can be removed.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-07 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 17:17 [gentoo-commits] gentoo-x86 commit in app-misc/tmux/files: tmux-1.2-locale.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2010-05-09 22:02 Harald van Dijk (truedfx)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox