diff options
Diffstat (limited to 'app-shells/fish/files/fish-1.22.3-gettext.patch')
-rw-r--r-- | app-shells/fish/files/fish-1.22.3-gettext.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/fish/files/fish-1.22.3-gettext.patch b/app-shells/fish/files/fish-1.22.3-gettext.patch new file mode 100644 index 000000000000..6ac7f9d891ad --- /dev/null +++ b/app-shells/fish/files/fish-1.22.3-gettext.patch @@ -0,0 +1,11 @@ +--- configure.ac.orig 2007-10-02 20:43:22.949337380 +0200 ++++ configure.ac 2007-10-02 20:43:28.819055940 +0200 +@@ -210,6 +210,8 @@ + ) + + if test x$local_gettext != xno; then ++ AM_GNU_GETTEXT ++ LIBS="$LIBS $LIBINTL" + AC_DEFINE([USE_GETTEXT],[1],[Perform string translations with gettext]) + fi + |