Add lftp from #4167
[packages.git] / net / lftp / patches / 001-libintl.patch
1 diff -burN lftp-3.7.4.org/lib/gettext.h lftp-3.7.4/lib/gettext.h
2 --- lftp-3.7.4.org/lib/gettext.h        2008-05-18 07:58:27.000000000 +0200
3 +++ lftp-3.7.4/lib/gettext.h    2008-11-05 16:03:37.769820993 +0100
4 @@ -22,7 +22,6 @@
5  #if ENABLE_NLS
6  
7  /* Get declarations of GNU message catalog functions.  */
8 -# include <libintl.h>
9  
10  /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by
11     the gettext() and ngettext() macros.  This is an alternative to calling
12 @@ -54,7 +53,6 @@
13  #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3)
14  # include <cstdlib>
15  # if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H
16 -#  include <libintl.h>
17  # endif
18  #endif
19