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
9 lines
145 B
Makefile
9 lines
145 B
Makefile
CONFIGURE_ARGS+= --disable-gil
|
|
|
|
THREADFLAG= t
|
|
|
|
MASTERDIR= ${.CURDIR}/../python313
|
|
CONFLICTS_INSTALL= python313
|
|
|
|
.include "${MASTERDIR}/Makefile"
|