From a81f44c707c4df56e7b999fa3b656d7fa4543d1b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 25 Mar 2013 19:09:50 +0100 Subject: libexttextcat: fix the --with-system case too... ... by introducing a version check that is so horribly ugly that it will hopefully be removed again as soon as a new upstream release with the rename is available. Change-Id: I8e0409ba7331dec7140d2a4a49720c804e90582f --- libexttextcat/unkown.patch.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libexttextcat') diff --git a/libexttextcat/unkown.patch.1 b/libexttextcat/unkown.patch.1 index b57ceeb7e729..f29aae247405 100644 --- a/libexttextcat/unkown.patch.1 +++ b/libexttextcat/unkown.patch.1 @@ -1,3 +1,18 @@ +diff -ur exttextcat.old/configure exttextcat/configure +--- exttextcat.old/configure 2012-06-28 10:17:56.000000000 +0200 ++++ exttextcat/configure 2013-03-25 18:58:00.520816594 +0100 +@@ -11776,9 +11776,9 @@ + + EXTTEXTCAT_MINOR_VERSION=4 + +-EXTTEXTCAT_MICRO_VERSION=0 ++EXTTEXTCAT_MICRO_VERSION=1 + +-EXTTEXTCAT_VERSION=3.4.0 ++EXTTEXTCAT_VERSION=3.4.1 + + + ac_config_files="$ac_config_files libexttextcat.pc Makefile langclass/Makefile langclass/LM/Makefile langclass/ShortTexts/Makefile src/Makefile src/exttextcat-version.h src/test-primary.sh src/test-secondary.sh" diff -ur exttextcat.old/src/textcat.c exttextcat/src/textcat.c --- exttextcat.old/src/textcat.c 2012-11-01 15:40:35.000000000 +0100 +++ exttextcat/src/textcat.c 2013-03-25 16:22:57.226896529 +0100 -- cgit