1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-22 05:27:06 +00:00
termux-packages/x11-packages/wxwidgets/configure.patch
2022-04-24 11:52:30 +09:00

11 lines
206 B
Diff

--- 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;