freebsd-ports/databases/xapian-core12/files/patch-clang
Sunpoet Po-Chuan Hsieh 14cc1e4e24 Add xapian-core12 1.2.24 (copied from xapian-core)
- Add CONFLICTS_INSTALL
- Update WWW
2017-04-04 09:28:14 +00:00

10 lines
294 B
Text

--- common/safeuuid.h.orig 2013-12-04 00:13:34 UTC
+++ common/safeuuid.h
@@ -55,6 +55,7 @@
// UUID API on FreeBSD, NetBSD and AIX.
+# include <stdlib.h>
# ifdef _AIX
/* AIX uses a byte typedef in its <uuid.h> which collides with ours, so use a
* macro to rename theirs out of the way.