diff options
| author | John Marino <marino@FreeBSD.org> | 2013-10-02 06:31:10 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2013-10-02 06:31:10 +0000 |
| commit | 643f64f681c276bdc5b67922f06e8e0868b585a7 (patch) | |
| tree | 0825f7e40c9d2c3f1e1bbb2645f0bf65eb142595 /databases/tora/files/patch-src_toextract.cpp | |
| parent | chinese/fqterm: add <unistd.h>, fix -fpermissive on modern compilers (diff) | |
databases/tora: add <unistd.h> for modern compilers
Diffstat (limited to '')
| -rw-r--r-- | databases/tora/files/patch-src_toextract.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/tora/files/patch-src_toextract.cpp b/databases/tora/files/patch-src_toextract.cpp new file mode 100644 index 000000000000..0a82005e59ab --- /dev/null +++ b/databases/tora/files/patch-src_toextract.cpp @@ -0,0 +1,10 @@ +--- src/toextract.cpp.orig 2010-02-02 18:25:43.000000000 +0000 ++++ src/toextract.cpp +@@ -39,6 +39,7 @@ + * + * END_COMMON_COPYRIGHT_HEADER */ + ++#include <unistd.h> + #include "utils.h" + + #include "toconf.h" |
