summaryrefslogtreecommitdiff
path: root/textproc/libtextcat/files/patch-src_Makefile.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-04 21:45:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-04 21:45:23 +0000
commit630a0b255a09d846287b5beb57bf60dbcf38d21b (patch)
tree96781f5d167ffa750974ee2fdec5901702a5786e /textproc/libtextcat/files/patch-src_Makefile.in
parentFix pkg-plist (diff)
Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. WWW: http://software.wise-guys.nl/libtextcat/
Diffstat (limited to 'textproc/libtextcat/files/patch-src_Makefile.in')
-rw-r--r--textproc/libtextcat/files/patch-src_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libtextcat/files/patch-src_Makefile.in b/textproc/libtextcat/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..835d7c67e038
--- /dev/null
+++ b/textproc/libtextcat/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- 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 @@
+
+ WARNS = -W -Wall -Wshadow -Wpointer-arith
+ IFLAGS =
+-FLAGS = -g -O3 -funroll-loops -D_THREAD_SAFE -D_GNU_SOURCE
++FLAGS = -g -funroll-loops -D_THREAD_SAFE -D_GNU_SOURCE
+ VERBOSE = -DVERBOSE
+ AM_CFLAGS = $(IFLAGS) $(VERBOSE) $(WARNS) $(FLAGS)
+ AM_LDFLAGS = -g