summaryrefslogtreecommitdiff
path: root/games/xmulti/files/patch-locale:mywchar.h
diff options
context:
space:
mode:
authorMotoyuki Konno <motoyuki@FreeBSD.org>2002-10-15 07:31:44 +0000
committerMotoyuki Konno <motoyuki@FreeBSD.org>2002-10-15 07:31:44 +0000
commitcee03972f63c03f9103429686e81f0a31e456305 (patch)
tree2d08de5cf8dc2d9bcf6cba60062c7d8416d0c6a4 /games/xmulti/files/patch-locale:mywchar.h
parentAdded USE_GMAKE to Makefile to unbreak build. (diff)
Fix build error on 5-current.
Notes
Notes: svn path=/head/; revision=68084
Diffstat (limited to '')
-rw-r--r--games/xmulti/files/patch-locale:mywchar.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xmulti/files/patch-locale:mywchar.h b/games/xmulti/files/patch-locale:mywchar.h
new file mode 100644
index 000000000000..69bb2d943ceb
--- /dev/null
+++ b/games/xmulti/files/patch-locale:mywchar.h
@@ -0,0 +1,12 @@
+--- locale/mywchar.h.old Mon Dec 22 13:20:04 1997
++++ locale/mywchar.h Tue Oct 15 16:19:11 2002
+@@ -10,7 +10,9 @@
+ #endif
+
+ #ifdef BSD
++#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
+ #include <machine/ansi.h>
++#endif
+ #include <machine/limits.h>
+
+ #ifndef NULL