summaryrefslogtreecommitdiff
path: root/extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch')
-rw-r--r--extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch b/extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch
new file mode 100644
index 00000000..fc651c77
--- /dev/null
+++ b/extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch
@@ -0,0 +1,12 @@
+diff -rauN flac-1.3.4/CMakeLists.txt flac-1.3.4-no-mstackrealign-for-nasm-patch/CMakeLists.txt
+--- flac-1.3.4/CMakeLists.txt 2022-02-14 06:21:14.011609811 +0100
++++ flac-1.3.4-no-mstackrealign-for-nasm-patch/CMakeLists.txt 2022-03-10 09:54:48.719704370 +0100
+@@ -97,7 +97,7 @@
+ endif()
+
+ if(CMAKE_SYSTEM_PROCESSOR STREQUAL "i686" AND HAVE_STACKREALIGN_FLAG)
+- add_compile_options(-mstackrealign)
++ add_compile_options($<$<COMPILE_LANGUAGE:C>:-mstackrealign>)
+ endif()
+
+ include_directories("include")