mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
d03d0491f0
see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.3/NEWS for the changelog. revert an upstream commit that uses apparently too modern c++ constructs we dont have in our libcxx 16. thus, keep the boost dependency.. take maintainership while here, after all i've been using it for nearly 20 years.
15 lines
419 B
Plaintext
15 lines
419 B
Plaintext
otherwise NULL is defined to (void*)0 by cdio/types.h
|
|
|
|
Index: src/input/plugins/CdioParanoiaInputPlugin.cxx
|
|
--- src/input/plugins/CdioParanoiaInputPlugin.cxx.orig
|
|
+++ src/input/plugins/CdioParanoiaInputPlugin.cxx
|
|
@@ -5,6 +5,8 @@
|
|
* CD-Audio handling (requires libcdio_paranoia)
|
|
*/
|
|
|
|
+#include <cstddef>
|
|
+
|
|
#include "CdioParanoiaInputPlugin.hxx"
|
|
#include "lib/cdio/Paranoia.hxx"
|
|
#include "lib/fmt/RuntimeError.hxx"
|