File gnome-libs-intl.dif of Package gnome-libs
--- gnome-libs-1.4.1.7/libgnome/gnome-i18n.h +++ gnome-libs-1.4.1.7/libgnome/gnome-i18n.h @@ -11,9 +11,8 @@ #endif BEGIN_GNOME_DECLS - +#include <libintl.h> #ifdef ENABLE_NLS -# include <libintl.h> # ifdef GNOME_EXPLICIT_TRANSLATION_DOMAIN # undef _ # define _(String) dgettext (GNOME_EXPLICIT_TRANSLATION_DOMAIN, String) --- gnome-libs-1.4.1.7/po/Makefile.in.in +++ gnome-libs-1.4.1.7/po/Makefile.in.in @@ -10,6 +10,7 @@ VERSION = @VERSION@ # These two variables depend on the location of this directory. +DESTDIR = subdir = po top_builddir = ..