mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
14 lines
395 B
Diff
14 lines
395 B
Diff
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
|