ports/graphics/drawpile/files/patch-cmake_DrawdanceCompilerOptions.cmake
Yuri Victorovich 8dc03209b4 graphics/drawpile: update 2.2.1 → 2.2.2
Reported by:	portscout
2025-03-26 23:52:49 -07:00

13 lines
423 B
CMake

--- cmake/DrawdanceCompilerOptions.cmake.orig 2025-03-26 05:46:04 UTC
+++ cmake/DrawdanceCompilerOptions.cmake
@@ -44,7 +44,7 @@ else()
$<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions>
$<$<COMPILE_LANGUAGE:C>:-Wstrict-prototypes>
)
- if(UNIX AND NOT APPLE)
- add_compile_definitions(_XOPEN_SOURCE=600)
- endif()
+ #if(UNIX AND NOT APPLE)
+ # add_compile_definitions(_XOPEN_SOURCE=600)
+ #endif()
endif()