summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/amaya/patches/patch-ae')
-rw-r--r--www/amaya/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/amaya/patches/patch-ae b/www/amaya/patches/patch-ae
new file mode 100644
index 00000000000..a393c4e95ef
--- /dev/null
+++ b/www/amaya/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.5.4.2 2002/08/25 21:22:02 jlam Exp $
+--- ../thotlib/include/ustring.h.orig Mon Jul 1 02:49:43 2002
++++ ../thotlib/include/ustring.h Mon Jul 1 02:55:09 2002
+@@ -5,7 +5,11 @@
+ #ifdef _WINDOWS
+ #include <windows.h>
+ #endif /* _WINDOWS */
++
++#include "config.h"
++#ifdef HAVE_WCHAR_H
+ #include <wchar.h>
++#endif /* HAVE_WCHAR_H */
+
+ #ifdef _WINDOWS
+ #define strncasecmp _strnicmp