summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/linphone/files/linphone-3.6.1-nls.patch')
-rw-r--r--net-voip/linphone/files/linphone-3.6.1-nls.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-voip/linphone/files/linphone-3.6.1-nls.patch b/net-voip/linphone/files/linphone-3.6.1-nls.patch
deleted file mode 100644
index fb53aece8f64..000000000000
--- a/net-voip/linphone/files/linphone-3.6.1-nls.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: hasufell <hasufell@gentoo.org>
-Date: Sun Sep 29 20:19:39 2013 +0200
-
- fix nls
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -79,7 +79,10 @@ AC_SUBST(CONSOLE_FLAGS)
- 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
-
- AM_CONDITIONAL(BUILD_TESTS,test x$build_tests != xno)
-