diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-10-15 15:31:44 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-10-15 15:31:44 +0800 |
commit | 7a5c5e4470deba28f280989c5ba694cf1194f3cd (patch) | |
tree | b713ae995a73252a1c9b959e3805d10dced17a57 /games/xmulti | |
parent | 3de2c886c41c321957f602a12aa14fc6f06afdc9 (diff) | |
download | freebsd-ports-gnome-7a5c5e4470deba28f280989c5ba694cf1194f3cd.tar.gz freebsd-ports-gnome-7a5c5e4470deba28f280989c5ba694cf1194f3cd.tar.zst freebsd-ports-gnome-7a5c5e4470deba28f280989c5ba694cf1194f3cd.zip |
Fix build error on 5-current.
Diffstat (limited to 'games/xmulti')
-rw-r--r-- | games/xmulti/files/patch-locale:mywchar.h | 12 |
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 |