Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / opencv / no-build-info.patch
blob4ee9701583a0697d04cc3362c1b887054c315061
1 diff -ru -x '*~' opencv-2.4.13-orig/modules/core/src/system.cpp opencv-2.4.13/modules/core/src/system.cpp
2 --- opencv-2.4.13-orig/modules/core/src/system.cpp 1970-01-01 01:00:01.000000000 +0100
3 +++ opencv-2.4.13/modules/core/src/system.cpp 2016-10-02 18:44:53.674181762 +0200
4 @@ -442,9 +442,7 @@
6 const std::string& getBuildInformation()
8 - static std::string build_info =
9 -#include "version_string.inc"
10 - ;
11 + static std::string build_info = "(build info elided)";
12 return build_info;