diff options
Diffstat (limited to 'devel/electron13/files/extra-patch-no-mempcpy-nasm')
-rw-r--r-- | devel/electron13/files/extra-patch-no-mempcpy-nasm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/extra-patch-no-mempcpy-nasm b/devel/electron13/files/extra-patch-no-mempcpy-nasm new file mode 100644 index 000000000000..d1ccea1bcd80 --- /dev/null +++ b/devel/electron13/files/extra-patch-no-mempcpy-nasm @@ -0,0 +1,11 @@ +--- third_party/nasm/config/config-linux.h.orig 2021-01-07 00:39:33 UTC ++++ third_party/nasm/config/config-linux.h +@@ -336,7 +336,7 @@ + #define HAVE_MEMORY_H 1 + + /* Define to 1 if you have the `mempcpy' function. */ +-#define HAVE_MEMPCPY 1 ++/* #undef HAVE_MEMPCPY */ + + /* Define to 1 if you have a working `mmap' system call. */ + #define HAVE_MMAP 1 |