FreeBSD Bugzilla – Attachment 231349 Details for
Bug 261428
multimedia/pipewire: Fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch-spa_tests_stress-ringbuffer.c (text/plain), 364 bytes, created by
Gleb Popov
on 2022-01-26 08:45:00 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Gleb Popov
Created:
2022-01-26 08:45:00 UTC
Size:
364 bytes
patch
obsolete
>--- spa/tests/stress-ringbuffer.c.orig 2022-01-05 10:25:04 UTC >+++ spa/tests/stress-ringbuffer.c >@@ -13,7 +13,8 @@ > > #ifdef __FreeBSD__ > #include <sys/param.h> >-#if __FreeBSD_version < 1400043 >+#if (__FreeBSD_version >= 1400000 && __FreeBSD_version < 1400043) \ >+ || (__FreeBSD_version < 1300523) > static int sched_getcpu(void) { return -1; }; > #endif > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261428
:
231271
|
231348
| 231349