aboutsummaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-02 06:31:10 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-02 06:31:10 +0000
commit643f64f681c276bdc5b67922f06e8e0868b585a7 (patch)
tree0825f7e40c9d2c3f1e1bbb2645f0bf65eb142595 /databases/tora
parented1921e7bcd84e11abad88c7c4ad900c06e947cf (diff)
downloadports-643f64f681c276bdc5b67922f06e8e0868b585a7.tar.gz
ports-643f64f681c276bdc5b67922f06e8e0868b585a7.zip
Notes
Diffstat (limited to 'databases/tora')
-rw-r--r--databases/tora/files/patch-src_toextract.cpp10
-rw-r--r--databases/tora/files/patch-src_toreport.cpp10
2 files changed, 20 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"
diff --git a/databases/tora/files/patch-src_toreport.cpp b/databases/tora/files/patch-src_toreport.cpp
new file mode 100644
index 000000000000..71f91c04ab39
--- /dev/null
+++ b/databases/tora/files/patch-src_toreport.cpp
@@ -0,0 +1,10 @@
+--- src/toreport.cpp.orig 2010-01-14 16:39:02.000000000 +0000
++++ src/toreport.cpp
+@@ -39,6 +39,7 @@
+ *
+ * END_COMMON_COPYRIGHT_HEADER */
+
++#include <unistd.h>
+ #include "utils.h"
+
+ #include "toconf.h"