aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/extra-patch-no-mempcpy-nasm
blob: b9b39c0d846a3e18eebc15c3edd076974da996fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/third_party/nasm/config/config-linux.h.orig	2022-06-08 06:40:31 UTC
+++ src/3rdparty/chromium/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