summaryrefslogtreecommitdiffstats
path: root/games/xmulti
diff options
context:
space:
mode:
authormotoyuki <motoyuki@FreeBSD.org>2002-10-15 07:31:44 +0000
committermotoyuki <motoyuki@FreeBSD.org>2002-10-15 07:31:44 +0000
commit7a5c5e4470deba28f280989c5ba694cf1194f3cd (patch)
treeb713ae995a73252a1c9b959e3805d10dced17a57 /games/xmulti
parent3de2c886c41c321957f602a12aa14fc6f06afdc9 (diff)
downloadFreeBSD-ports-7a5c5e4470deba28f280989c5ba694cf1194f3cd.zip
FreeBSD-ports-7a5c5e4470deba28f280989c5ba694cf1194f3cd.tar.gz
Fix build error on 5-current.
Diffstat (limited to 'games/xmulti')
-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 0000000..69bb2d9
--- /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
OpenPOWER on IntegriCloud