summaryrefslogtreecommitdiff
path: root/textproc/libtextcat/files/patch-src_Makefile.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-08-23 22:13:35 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-08-23 22:13:35 +0000
commit3a00ffa77e26933c3406b9a99a9347e47afa47ca (patch)
tree4d4227847615ed17c93dfea8ccfaee024231eafa /textproc/libtextcat/files/patch-src_Makefile.in
parent- Update to 20070822 (diff)
Import patches (imported from OpenOffice.org 2.3 by Fedora, at least in
part). These patches, released under a BSD license, seem to improve the accuracy of language detection, especially those that don't have a Latin script.
Notes
Notes: svn path=/head/; revision=198222
Diffstat (limited to 'textproc/libtextcat/files/patch-src_Makefile.in')
-rw-r--r--textproc/libtextcat/files/patch-src_Makefile.in26
1 files changed, 24 insertions, 2 deletions
diff --git a/textproc/libtextcat/files/patch-src_Makefile.in b/textproc/libtextcat/files/patch-src_Makefile.in
index 835d7c67e038..59724a01f40f 100644
--- a/textproc/libtextcat/files/patch-src_Makefile.in
+++ b/textproc/libtextcat/files/patch-src_Makefile.in
@@ -1,6 +1,6 @@
--- src/Makefile.in.orig Thu May 22 13:39:52 2003
-+++ src/Makefile.in Sat Nov 18 22:55:18 2006
-@@ -126,7 +126,7 @@
++++ src/Makefile.in Thu Aug 23 23:11:20 2007
+@@ -126,18 +126,18 @@
WARNS = -W -Wall -Wshadow -Wpointer-arith
IFLAGS =
@@ -9,3 +9,25 @@
VERBOSE = -DVERBOSE
AM_CFLAGS = $(IFLAGS) $(VERBOSE) $(WARNS) $(FLAGS)
AM_LDFLAGS = -g
+
+ noinst_HEADERS = \
+- common.h constants.h fingerprint.h textcat.h wg_mempool.h
++ common.h constants.h fingerprint.h textcat.h wg_mempool.h utf8misc.h
+
+
+ lib_LTLIBRARIES = libtextcat.la
+ libtextcat_la_SOURCES = \
+- common.c fingerprint.c textcat.c wg_mempool.c
++ common.c fingerprint.c textcat.c wg_mempool.c utf8misc.c
+
+
+ bin_PROGRAMS = createfp
+@@ -156,7 +156,7 @@
+ libtextcat_la_LDFLAGS =
+ libtextcat_la_LIBADD =
+ am_libtextcat_la_OBJECTS = common.lo fingerprint.lo textcat.lo \
+- wg_mempool.lo
++ wg_mempool.lo utf8misc.lo
+ libtextcat_la_OBJECTS = $(am_libtextcat_la_OBJECTS)
+ bin_PROGRAMS = createfp$(EXEEXT)
+ noinst_PROGRAMS = testtextcat$(EXEEXT)