head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.09.02.03.37.29; author ryoon; state Exp; branches; next ; commitid rjgqvyYXID9wTZTG; desc @@ 1.1 log @textproc/py-rapidfuzz: Fix build with isfinite is not defined error * And remove .orig files before configure stage, not after installation. @ text @$NetBSD$ --- src/rapidfuzz/distance/_initialize_cpp.cxx.orig 2022-11-09 12:37:21.000000000 +0000 +++ src/rapidfuzz/distance/_initialize_cpp.cxx @@@@ -1221,12 +1221,14 @@@@ static int __Pyx_init_tpflags_variables(void) { #define _USE_MATH_DEFINES #endif #endif -#include +#include #if defined(__CYGWIN__) && defined(_LDBL_EQ_DBL) #define __Pyx_truncl trunc #else #define __Pyx_truncl truncl #endif + +using std::isfinite; #ifndef CYTHON_CLINE_IN_TRACEBACK_RUNTIME #define CYTHON_CLINE_IN_TRACEBACK_RUNTIME 0 @