Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 12 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
deleted file mode 100644
index fc651c77..00000000
--- a/extra/flac/flac-1.3.4-no-mstackrealign-for-nasm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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")