1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/xmulti/files/patch-locale_mywchar.h
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

13 lines
239 B
C

--- locale/mywchar.h.orig 1997-12-22 04:20:04 UTC
+++ locale/mywchar.h
@@ -10,7 +10,9 @@
#endif
#ifdef BSD
+#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
#include <machine/ansi.h>
+#endif
#include <machine/limits.h>
#ifndef NULL