diff options
Diffstat (limited to 'japanese/elvis/files/patch-config.h')
-rw-r--r-- | japanese/elvis/files/patch-config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/elvis/files/patch-config.h b/japanese/elvis/files/patch-config.h new file mode 100644 index 00000000000..23812d1afc1 --- /dev/null +++ b/japanese/elvis/files/patch-config.h @@ -0,0 +1,13 @@ +--- config.h.orig Fri Nov 29 03:24:51 2002 ++++ config.h Fri Nov 29 03:29:12 2002 +@@ -60,6 +60,10 @@ + # endif + #endif + ++#ifdef __FreeBSD__ ++# define HAVE_MEMCPY 1 ++#endif ++ + /* Microsoft C: sorry, Watcom does the same thing */ + #ifdef M_I86 + # ifndef M_SYSV |