git: 97eb7b28cb20 - main - multimedia/pipewire: Add a patch fixing the endianness detection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 18:34:19 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=97eb7b28cb2033e749a051dae07c17ad59df79b1 commit 97eb7b28cb2033e749a051dae07c17ad59df79b1 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-10-23 18:02:46 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-10-23 18:34:03 +0000 multimedia/pipewire: Add a patch fixing the endianness detection Reported by: Alex S <iwtcex@gmail.com> --- .../pipewire/files/patch-spa_include_spa_param_audio_raw.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h b/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h new file mode 100644 index 000000000000..720f6a58e8a3 --- /dev/null +++ b/multimedia/pipewire/files/patch-spa_include_spa_param_audio_raw.h @@ -0,0 +1,12 @@ +--- spa/include/spa/param/audio/raw.h.orig 2024-09-27 10:02:20 UTC ++++ spa/include/spa/param/audio/raw.h +@@ -11,9 +11,7 @@ extern "C" { + + #include <stdint.h> + +-#if !defined(__FreeBSD__) && !defined(__MidnightBSD__) + #include <endian.h> +-#endif + + /** + * \addtogroup spa_param