diff --git a/srcpkgs/sox/patches/gcc14.patch b/srcpkgs/sox/patches/gcc14.patch new file mode 100644 index 00000000000..3f9b0932e73 --- /dev/null +++ b/srcpkgs/sox/patches/gcc14.patch @@ -0,0 +1,10 @@ +--- a/src/sox_sample_test.h ++++ b/src/sox_sample_test.h +@@ -19,6 +19,7 @@ + #undef NDEBUG /* Must undef above assert.h or other that might include it. */ + #endif + #include ++#include + #include "sox.h" + + #define TEST_UINT(bits) \ diff --git a/srcpkgs/sox/template b/srcpkgs/sox/template index 33094471955..ae4a74ce8d3 100644 --- a/srcpkgs/sox/template +++ b/srcpkgs/sox/template @@ -1,7 +1,7 @@ # Template file for 'sox' pkgname=sox version=14.4.2 -revision=8 +revision=9 build_style=gnu-configure configure_args="--with-distro=Void" hostmakedepends="pkg-config"