Charlie Li e0cbe08148
lang/python313: fix blake2s_impl regen mismatch
The only difference between "stock" and regenerated blake2s_impl.c
is where a variable is declared in py_blake2s_new_impl(). Patch the
stock file to the regenerated version so the regeneration script
does not get called.

Reported by: fluffy, jan[at]glaubitz[dot]org
PR: 274671
2025-11-04 09:43:25 -05:00

9 lines
145 B
Makefile

CONFIGURE_ARGS+= --disable-gil
THREADFLAG= t
MASTERDIR= ${.CURDIR}/../python313
CONFLICTS_INSTALL= python313
.include "${MASTERDIR}/Makefile"