diff options
Diffstat (limited to 'textproc/uriparser/patches/patch-aa')
-rw-r--r-- | textproc/uriparser/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/uriparser/patches/patch-aa b/textproc/uriparser/patches/patch-aa new file mode 100644 index 00000000000..e7ebe47e2cb --- /dev/null +++ b/textproc/uriparser/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/11/08 18:36:14 bjs Exp $ + +--- include/uriparser/UriBase.h.orig 2007-09-18 23:10:11.000000000 -0400 ++++ include/uriparser/UriBase.h +@@ -124,7 +124,12 @@ typedef int UriBool; /**< Boolean type * + + + #ifndef URI_DOXYGEN ++# ifdef HAVE_NBCOMPAT_H ++# include <nbcompat/cdefs.h> ++# include <nbcompat/stdio.h> ++# else + # include <stdio.h> /* For NULL, snprintf */ ++# endif + # include <ctype.h> /* For wchar_t */ + # include <string.h> /* For strlen, memset, memcpy */ + # include <stdlib.h> /* For malloc */ |