aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/calceph/disable-gnu-source.diff
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/calceph/disable-gnu-source.diff
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/calceph/disable-gnu-source.diff')
-rw-r--r--vcpkg/ports/calceph/disable-gnu-source.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/calceph/disable-gnu-source.diff b/vcpkg/ports/calceph/disable-gnu-source.diff
new file mode 100644
index 0000000..185490b
--- /dev/null
+++ b/vcpkg/ports/calceph/disable-gnu-source.diff
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a1cb297..9448623 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -147,8 +147,10 @@ IF ("${CMAKE_C_COMPILER_ID}" STREQUAL "Intel")
+ MESSAGE(STATUS "Add the option '-fp-model precise' for the Intel compilers")
+ string(APPEND CMAKE_C_FLAGS " -fp-model precise ")
+ ENDIF ()
++if(NOT ANDROID)
+ # Define for the function strod_l
+ string(APPEND CMAKE_C_FLAGS " -D_GNU_SOURCE=1 ")
++endif()
+ # Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).
+ string(APPEND CMAKE_C_FLAGS " -D_LARGEFILE_SOURCE=1 ")
+ string(APPEND CMAKE_C_FLAGS " -D_LARGE_FILES=1 ")