aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-core
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-05 09:40:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-05 09:40:38 +0000
commit2198e11dc928457b6c48120fd7bf10c22213538e (patch)
tree7785cd99478fdb8eb3917895283ca335b1b7768a /databases/xapian-core
parent9569673c9427887b39552b3e8b4fc5d7a99f5cbf (diff)
downloadports-2198e11dc928457b6c48120fd7bf10c22213538e.tar.gz
ports-2198e11dc928457b6c48120fd7bf10c22213538e.zip
Fix build with clang
Notes
Notes: svn path=/head/; revision=326376
Diffstat (limited to 'databases/xapian-core')
-rw-r--r--databases/xapian-core/files/patch-clang10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/xapian-core/files/patch-clang b/databases/xapian-core/files/patch-clang
new file mode 100644
index 000000000000..e1dce8843216
--- /dev/null
+++ b/databases/xapian-core/files/patch-clang
@@ -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>