op-packages/wxbase/patches/030-largefile.patch
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

13 lines
304 B
Diff

nothing sets this to 0, but for some reason it gets undef'd
--- a/build/cmake/setup.h.in
+++ b/build/cmake/setup.h.in
@@ -867,7 +867,7 @@
/*
* Define if large (64 bit file offsets) files are supported.
*/
-#cmakedefine HAVE_LARGEFILE_SUPPORT 1
+#define HAVE_LARGEFILE_SUPPORT 1
/*
* Use OpenGL