multimedia/pipewire: Restore the endianess detection patch
Reported by: Alex S <iwtcex@gmail.com>
This commit is contained in:
parent
b4d2ea1e90
commit
e201fe3c24
@ -1,5 +1,6 @@
|
||||
PORTNAME= pipewire
|
||||
DISTVERSION= 1.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
--- spa/include/spa/utils/endian.h.orig 2025-03-14 10:07:06 UTC
|
||||
+++ spa/include/spa/utils/endian.h
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef SPA_ENDIAN_H
|
||||
#define SPA_ENDIAN_H
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__MidnightBSD__)
|
||||
+#if defined(__MidnightBSD__)
|
||||
#include <sys/endian.h>
|
||||
#define bswap_16 bswap16
|
||||
#define bswap_32 bswap32
|
||||
Loading…
x
Reference in New Issue
Block a user