diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-28 18:27:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-28 18:27:21 +0000 |
commit | 15241362a5ea0e665241462da0b308f14c7c3aaf (patch) | |
tree | 605c66d8ea17851827e6d14b93399938b05c3b5b /japanese/elvis | |
parent | cec431b51e9b7c0cec48dc403f1b619ef1185a47 (diff) | |
download | freebsd-ports-15241362a5ea0e665241462da0b308f14c7c3aaf.zip |
Define HAVE_MEMCPY and unbreak.
Diffstat (limited to 'japanese/elvis')
-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 000000000000..23812d1afc1b --- /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 |