termux-packages/x11-packages/wxwidgets/configure.patch

11 lines
206 B
Diff
Raw Normal View History

2022-04-23 16:52:25 +02:00
--- a/configure
+++ b/configure
@@ -39646,7 +39646,6 @@
locale_t t;
strtod_l(NULL, NULL, t);
strtol_l(NULL, NULL, 0, t);
- strtoul_l(NULL, NULL, 0, t);
;
return 0;