summaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-base_compiler__specific.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-base_compiler__specific.h')
-rw-r--r--devel/electron32/files/patch-base_compiler__specific.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-base_compiler__specific.h b/devel/electron32/files/patch-base_compiler__specific.h
deleted file mode 100644
index bc8dbe59fbd6..000000000000
--- a/devel/electron32/files/patch-base_compiler__specific.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/compiler_specific.h.orig 2024-08-14 20:54:23 UTC
-+++ base/compiler_specific.h
-@@ -326,7 +326,7 @@
- //
- // In some cases it's desirable to remove this, e.g. on hot functions, or if
- // we have purposely changed the reference canary.
--#if defined(COMPILER_GCC) || defined(__clang__)
-+#if (defined(COMPILER_GCC) || defined(__clang__)) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
- #if HAS_ATTRIBUTE(__no_stack_protector__)
- #define NO_STACK_PROTECTOR __attribute__((__no_stack_protector__))
- #else