1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/zrythm/files
Piotr Kubaj 2e6d73e7cc audio/zrythm: fix build on non-x86
- don't unconditionally enable SSE, it's enable conditionally for amd64 in the main meson.build anyway:
cc: warning: argument unused during compilation: '-msse' [-Wunused-command-line-argument]
cc: warning: argument unused during compilation: '-msse2' [-Wunused-command-line-argument]
error: unknown FP unit 'sse'
- disable LTO on powerpc64 since it's broken in LLVM.
2021-10-13 03:02:28 +00:00
..
patch-ext_qm-dsp_meson.build audio/zrythm: fix build on non-x86 2021-10-13 03:02:28 +00:00