freebsd-ports/databases/xapian-core/files/patch-clang
Sunpoet Po-Chuan Hsieh a61446de67 - Update to 1.2.16
- Use PORTDOCS
- Convert to new options helper
- Simplify Makefile

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
2013-12-05 20:26:12 +00:00

10 lines
342 B
Text

--- common/safeuuid.h.orig 2013-12-04 08:13:34.000000000 +0800
+++ common/safeuuid.h 2013-12-06 00:04:28.067689030 +0800
@@ -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.