ports/math/hfst/files/patch-tools-src-hfst-commandline.cc
Dmitry Sivachenko eb1d4686d0 New port: hfst.
The Helsinki Finite-State Transducer toolkit is intended for processing
natural language morphologies.  The toolkit is demonstrated by wide-coverage
implementations of a number of languages of varying morphological complexity.
2014-07-04 14:41:05 +00:00

11 lines
277 B
C++

--- tools/src/hfst-commandline.cc.orig 2014-07-04 18:13:51.000000000 +0400
+++ tools/src/hfst-commandline.cc 2014-07-04 18:14:35.000000000 +0400
@@ -21,6 +21,7 @@
# include <config.h>
#endif
+#define _WITH_GETLINE
#include <cassert>
#include <climits>
#include <cmath>