Diff samurai-1.2-r2 with a samurai-9999

/usr/portage/dev-util/samurai/samurai-9999.ebuild 2023-10-09 14:52:30.996368388 +0300
18 18
LICENSE="ISC Apache-2.0 MIT"
19 19
SLOT="0"
20 20

  
21
PATCHES=(
22
	"${FILESDIR}/${P}-null_pointer_fix.patch" # 786951
23
)
24

  
25 21
src_compile() {
26 22
	emake CC="$(tc-getCC)"
27 23
}
Thank you!