/[packages]/cauldron/libneon0.27/current/SOURCES/neon-locales.diff
ViewVC logotype

Contents of /cauldron/libneon0.27/current/SOURCES/neon-locales.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3521 - (show annotations) (download)
Sun Jan 9 17:36:44 2011 UTC (13 years, 3 months ago) by blino
File size: 965 byte(s)
imported package libneon0.27
1 diff -Naur neon-0.26.4/Makefile.in neon-0.26.4.oden/Makefile.in
2 --- neon-0.26.4/Makefile.in 2007-04-06 17:42:47.000000000 +0200
3 +++ neon-0.26.4.oden/Makefile.in 2007-07-17 12:32:45.000000000 +0200
4 @@ -182,7 +182,7 @@
5 install-nls-yes:
6 @for f in $(LINGUAS); do \
7 $(INSTALL) -d $(DESTDIR)$(localedir)/$$f/LC_MESSAGES; \
8 - $(INSTALL_DATA) $(srcdir)/po/$$f.gmo $(DESTDIR)$(localedir)/$$f/LC_MESSAGES/neon.mo; \
9 + $(INSTALL_DATA) $(srcdir)/po/$$f.gmo $(DESTDIR)$(localedir)/$$f/LC_MESSAGES/_LIBNAME_.mo; \
10 done
11
12 ChangeLog:
13 diff -Naur neon-0.26.4/src/ne_internal.h neon-0.26.4.oden/src/ne_internal.h
14 --- neon-0.26.4/src/ne_internal.h 2005-08-19 11:24:20.000000000 +0200
15 +++ neon-0.26.4.oden/src/ne_internal.h 2007-07-17 12:33:42.000000000 +0200
16 @@ -30,7 +30,7 @@
17 #undef _
18 #ifdef NE_HAVE_I18N
19 #include <libintl.h>
20 -#define _(str) dgettext(PACKAGE_NAME, str)
21 +#define _(str) dgettext("_LIBNAME_", str)
22 #else
23 #define _(str) (str)
24 #endif /* NE_ENABLE_NLS */

  ViewVC Help
Powered by ViewVC 1.1.30