New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/25942#issuecomment-719565697 Comment: We don't need that patch, apply this into the template instead ```diff srcpkgs/avra/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/avra/template b/srcpkgs/avra/template index 9c95ef26da..40a6c9708f 100644 --- a/srcpkgs/avra/template +++ b/srcpkgs/avra/template @@ -9,3 +9,5 @@ license="GPL-2.0-only" homepage="https://github.com/Ro5bert/avra" distfiles="https://github.com/Ro5bert/${pkgname}/archive/${version}.tar.gz" checksum=cc56837be973d1a102dc6936a0b7235a1d716c0f7cd053bf77e0620577cff986 + +CFLAGS="-DVERSION=\\\"$version\\\"" ```