summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2013-10-13 07:39:25 +0400
committerAndrew Savchenko <bircoph@gmail.com>2013-10-13 07:39:25 +0400
commit326d56ffffd334c852d129d9a69c7ecaf356b575 (patch)
tree9ea74db6642236d6b15cda57417507ac9a7e2b37 /net-voip/linphone/files/linphone-3.4.3-nls.patch
parentmediastreamer: add bindist description (diff)
downloadvoip-326d56ffffd334c852d129d9a69c7ecaf356b575.tar.gz
voip-326d56ffffd334c852d129d9a69c7ecaf356b575.tar.bz2
voip-326d56ffffd334c852d129d9a69c7ecaf356b575.zip
linphone: fix atom prefix dep on mediastreamer
Fix bug 477996.
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.patch14
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 0000000..302ea6f
--- /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