Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/gnubiff/files: gnubiff-2.2.13-fix-nls.patch
Date: Sat, 02 Oct 2010 00:32:26
Message-Id: 20101002003216.667E32003C@flycatcher.gentoo.org
1 radhermit 10/10/02 00:32:16
2
3 Added: gnubiff-2.2.13-fix-nls.patch
4 Log:
5 Revision bump and remove old. Fix compile errors when the nls USE flag is not enabled (fixes bug #339398) and add gnome-base/gnome-panel dependency for GNOME support.
6
7 (Portage version: 2.2_rc87/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-mail/gnubiff/files/gnubiff-2.2.13-fix-nls.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/files/gnubiff-2.2.13-fix-nls.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/gnubiff/files/gnubiff-2.2.13-fix-nls.patch?rev=1.1&content-type=text/plain
14
15 Index: gnubiff-2.2.13-fix-nls.patch
16 ===================================================================
17 --- gnubiff-2.2.13.orig/src/nls.h 2009-01-01 16:45:39.000000000 -0800
18 +++ gnubiff-2.2.13/src/nls.h 2010-10-01 17:13:03.595458860 -0700
19 @@ -49,11 +49,6 @@
20 #else
21 # define _(String) (String)
22 # define N_(String) (String)
23 -# define textdomain(String) (String)
24 -# define gettext(String) (String)
25 -# define dgettext(Domain,String) (String)
26 -# define dcgettext(Domain,String,Type) (String)
27 -# define bindtextdomain(Domain,Directory) (Domain)
28 #endif
29
30 #endif