freebsd-ports/databases/xapian-core/files/patch-clang
Sunpoet Po-Chuan Hsieh 85f3ac4f7e - Update to 1.2.22
- Add LICENSE_FILE

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.22
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:11:45 +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.