ports/audio/speech-denoiser-lv2/files/patch-meson__options.txt
Yuri Victorovich c9f8910968 audio/speech-denoiser-lv2: Fix build on 12; Fix build on non-Intel architectures
On 12: Remove the unsupported optimization option
On non-Intel architectures: make SSE options based on the port option on amd64/i386 only

Reported by:	fallout
2018-10-26 06:12:30 +00:00

4 lines
174 B
Text

--- meson_options.txt.orig 2018-10-26 06:03:32 UTC
+++ meson_options.txt
@@ -0,0 +1 @@
+option('use_sse', type: 'boolean', value: false, description: 'Use SSE optimization')