void-packages/srcpkgs/wxWidgets-gtk3/patches/largefile.patch

17 lines
473 B
Diff

https://git.alpinelinux.org/aports/plain/community/wxwidgets/largefile.patch
nothing sets this to 0, but for some reason it gets undef'd
diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in
index e4c9e83..e9ef8dc 100644
--- 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