diff options
Diffstat (limited to 'net-voip/linphone/files/linphone-3.4.3-nls.patch')
-rw-r--r-- | net-voip/linphone/files/linphone-3.4.3-nls.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-voip/linphone/files/linphone-3.4.3-nls.patch b/net-voip/linphone/files/linphone-3.4.3-nls.patch new file mode 100644 index 000000000000..302ea6f44862 --- /dev/null +++ b/net-voip/linphone/files/linphone-3.4.3-nls.patch @@ -0,0 +1,14 @@ +--- configure.ac 2011-02-11 13:24:11.000000000 +0300 ++++ configure.ac 2011-03-01 12:39:43.061643811 +0300 +@@ -69,7 +69,10 @@ + AC_SUBST(GUI_FLAGS) + + dnl localization tools +-IT_PROG_INTLTOOL([0.40], [no-xml]) ++AM_NLS ++if test "$USE_NLS" != "no"; then ++ IT_PROG_INTLTOOL([0.40], [no-xml]) ++fi + + dnl Initialize libtool + AC_LIBTOOL_WIN32_DLL |