Files
ports/multimedia/libxspf/files/patch-src_XspfReader.cpp
T
Daniel Engberg 3a8082f408 multimedia/libxspf: Update to 1.2.1
* Define LICENSE
* Remove broken uriparser version check
* Only build shared library

Changelog:
https://gitlab.xiph.org/xiph/libxspf/-/blob/libxspf-1.2.1/ChangeLog?ref_type=tags

PR:		291702
Approved by:	maintainer timeout, 2+ weeks / blanket (just fix it)
2025-12-28 21:32:44 +01:00

13 lines
299 B
C++

--- src/XspfReader.cpp.orig 2025-12-15 22:16:02 UTC
+++ src/XspfReader.cpp
@@ -61,9 +61,6 @@
#include <cstring> // size_t
#include <cstddef> // int
-#if (URI_VER_MINOR < 7) || ((URI_VER_MINOR == 7) && (URI_VER_RELEASE < 2))
-# error uriparser 0.7.2 or later is required
-#endif
namespace {