CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/12/28 03:26:26
Modified files:
audio/hydrogen : Makefile
Added files:
audio/hydrogen/patches:
patch-src_core_include_hydrogen_basics_adsr_h
Log message:
hydrogen: prepare to build with libcxx 16.0.6
The internal use of __decay clashes with std::decay_t internals. Move this
local version out of the way. Upstream fixed this in a "refactor" commit.
aja told me that updating ould likely be painful due to sndio patches, so
use a one-line patch.