Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 09:40:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326376 - head/databases/xapian-core/files
Message-ID:  <201309050940.r859ecoq095149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050940.r859ecoq095149>