openbsd-ports/textproc/openjade/patches/patch-wchar
matthieu eff6dc09de add openjade-1.3 port, the successor of jade, an
object-oriented SGML/XML parser toolkit and DSSSL engine
2000-09-04 06:20:55 +00:00

14 lines
297 B
Plaintext

--- style/LangObj.cxx.orig Fri Jul 2 00:49:58 1999
+++ style/LangObj.cxx Sun Sep 3 12:25:30 2000
@@ -12,8 +12,10 @@
#include <string.h>
#include <ctype.h>
#include <string.h>
+#ifndef __OpenBSD__
#include <wchar.h>
#include <wctype.h>
+#endif
#ifdef SP_HAVE_LOCALE
#include <locale.h>