diff options
Diffstat (limited to 'sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch')
-rw-r--r-- | sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch b/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch new file mode 100644 index 000000000000..73fb8dc8790a --- /dev/null +++ b/sci-mathematics/pspp/files/pspp-0.8.0-gettext.patch @@ -0,0 +1,10 @@ +--- configure.ac.orig 2013-08-06 10:18:37.329909242 -0700 ++++ configure.ac 2013-08-06 10:18:51.011975942 -0700 +@@ -30,6 +30,7 @@ + + dnl Disable automatic po/ support, because PSPP provides its own po/ support. + AC_PROVIDE([AM_PO_SUBDIRS]) ++AM_GNU_GETTEXT_VERSION([0.17]) + AM_GNU_GETTEXT([external], [need-ngettext]) + LIBS="$LIBINTL $LIBS" + |