SHA256
1
0
forked from pool/doxygen
doxygen/doxygen-git-not-required.patch
Petr Gajdos 718ad89419 - version update to 1.8.16
- many bugs fixed
  - many features implemented
  - http://www.doxygen.nl/manual/changelog.html
- modified patches
  % doxygen-modify_footer.patch (refreshed)
- deleted patches
  - doxygen-empty-strings-segfault.patch (upstreamed)
  - doxygen-latex-makeindex.patch (upstreamed)
- added patches
  really do not require git executable
  + doxygen-git-not-required.patch

- version update to 1.8.16
  - many bugs fixed
  - many features implemented
  - http://www.doxygen.nl/manual/changelog.html
- modified patches
  % doxygen-modify_footer.patch (refreshed)
- deleted patches
  - doxygen-empty-strings-segfault.patch (upstreamed)
  - doxygen-latex-makeindex.patch (upstreamed)
- added patches
  really do not require git executable
  + doxygen-git-not-required.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=139
2019-09-30 11:22:33 +00:00

14 lines
597 B
Diff

Index: doxygen-1.8.16/cmake/git_watcher.cmake
===================================================================
--- doxygen-1.8.16.orig/cmake/git_watcher.cmake 2019-07-30 15:10:10.000000000 +0200
+++ doxygen-1.8.16/cmake/git_watcher.cmake 2019-09-30 10:10:55.145977348 +0200
@@ -69,7 +69,7 @@ CHECK_OPTIONAL_VARIABLE(GIT_WORKING_DIR
# Check the optional git variable.
# If it's not set, we'll try to find it using the CMake packaging system.
if(NOT DEFINED GIT_EXECUTABLE)
- find_package(Git QUIET REQUIRED)
+ find_package(Git QUIET)
endif()
CHECK_REQUIRED_VARIABLE(GIT_EXECUTABLE)