diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:40:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:40:38 +0000 |
commit | 2198e11dc928457b6c48120fd7bf10c22213538e (patch) | |
tree | 7785cd99478fdb8eb3917895283ca335b1b7768a /databases | |
parent | - Add explicit dependency on pkgconfig (diff) |
Fix build with clang
Notes
Notes:
svn path=/head/; revision=326376
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-core/files/patch-clang | 10 |
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> |