svn commit: r366930 - head/textproc/zorba/files

Adam Weinberger adamw at FreeBSD.org
Mon Sep 1 19:04:28 UTC 2014


Author: adamw
Date: Mon Sep  1 19:04:28 2014
New Revision: 366930
URL: http://svnweb.freebsd.org/changeset/ports/366930
QAT: https://qat.redports.org/buildarchive/r366930/

Log:
  Fix one error on 8 and 9. Still fails to build on those platforms.

Added:
  head/textproc/zorba/files/patch-src__api__auditimpl.h   (contents, props changed)

Added: head/textproc/zorba/files/patch-src__api__auditimpl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/zorba/files/patch-src__api__auditimpl.h	Mon Sep  1 19:04:28 2014	(r366930)
@@ -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>


More information about the svn-ports-head mailing list