python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / games / zandronum / dont_update_gitinfo.patch
blobd6dd3a58f4577beccec434cf35cc1d12c135cf51
1 diff -r dd3c3b57023f src/CMakeLists.txt
2 --- a/src/CMakeLists.txt Fri Sep 01 06:40:50 2017 -0500
3 +++ b/src/CMakeLists.txt Fri Sep 15 01:46:34 2017 -0700
4 @@ -636,15 +636,6 @@
5 add_definitions( -DBACKPATCH )
6 endif( BACKPATCH )
8 -# Update gitinfo.h
10 -get_target_property( UPDATEREVISION_EXE updaterevision LOCATION )
12 -add_custom_target( revision_check ALL
13 - COMMAND ${UPDATEREVISION_EXE} src/gitinfo.h
14 - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
15 - DEPENDS updaterevision )
17 # Libraries ZDoom needs
19 message( STATUS "Fluid synth libs: ${FLUIDSYNTH_LIBRARIES}" )