diff --git a/net/samplicator/patches/010-format.patch b/net/samplicator/patches/010-format.patch new file mode 100644 index 000000000..9ce8bd817 --- /dev/null +++ b/net/samplicator/patches/010-format.patch @@ -0,0 +1,11 @@ +--- a/samplicate.c ++++ b/samplicate.c +@@ -560,7 +560,7 @@ samplicate (ctx) + } + if (len != sizeof remote_address) + { +- fprintf (stderr, "recvfrom() return address length %d - expected %d\n", ++ fprintf (stderr, "recvfrom() return address length %d - expected %zu\n", + len, sizeof remote_address); + exit (1); + }