aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/zorba
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-02 03:04:28 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-02 03:04:28 +0800
commit2b04cc46112f1201d1ad4274a7f2fd0e21c27c11 (patch)
treec5c82ee71e119177c9fc95ad67fdb9b839069451 /textproc/zorba
parent9b406f48a032d9a6724d7d72117b28ad78a1c038 (diff)
downloadfreebsd-ports-gnome-2b04cc46112f1201d1ad4274a7f2fd0e21c27c11.tar.gz
freebsd-ports-gnome-2b04cc46112f1201d1ad4274a7f2fd0e21c27c11.tar.zst
freebsd-ports-gnome-2b04cc46112f1201d1ad4274a7f2fd0e21c27c11.zip
Fix one error on 8 and 9. Still fails to build on those platforms.
Diffstat (limited to 'textproc/zorba')
-rw-r--r--textproc/zorba/files/patch-src__api__auditimpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/zorba/files/patch-src__api__auditimpl.h b/textproc/zorba/files/patch-src__api__auditimpl.h
new file mode 100644
index 000000000000..d38fc30da312
--- /dev/null
+++ b/textproc/zorba/files/patch-src__api__auditimpl.h
@@ -0,0 +1,10 @@
+--- ./src/api/auditimpl.h.orig 2014-09-01 14:22:29.528842989 -0400
++++ ./src/api/auditimpl.h 2014-09-01 14:22:55.741771989 -0400
+@@ -18,6 +18,7 @@
+ #ifndef ZORBA_API_AUDIT_IMPL_H
+ #define ZORBA_API_AUDIT_IMPL_H
+
++#include <sys/types.h>
+ #include <zorba/audit.h>
+ #include <zorba/audit_scoped.h>
+ #include <map>