svn commit: r326376 - head/databases/xapian-core/files

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 5 09:40:38 UTC 2013


Author: bapt
Date: Thu Sep  5 09:40:38 2013
New Revision: 326376
URL: http://svnweb.freebsd.org/changeset/ports/326376

Log:
  Fix build with clang

Added:
  head/databases/xapian-core/files/patch-clang   (contents, props changed)

Added: head/databases/xapian-core/files/patch-clang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/xapian-core/files/patch-clang	Thu Sep  5 09:40:38 2013	(r326376)
@@ -0,0 +1,10 @@
+--- common/safeuuid.h.orig	2013-04-17 02:03:07.000000000 +0200
++++ common/safeuuid.h	2013-09-05 11:38:33.778061038 +0200
+@@ -54,6 +54,7 @@
+ #else
+ 
+ // FreeBSD/NetBSD UUID API.
++# include <stdlib.h>
+ # include <uuid.h>
+ # include <cstring>
+ # include <exception>


More information about the svn-ports-all mailing list