forked from pool/doxygen
- 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
This commit is contained in:
13
doxygen-git-not-required.patch
Normal file
13
doxygen-git-not-required.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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)
|
||||
|
Reference in New Issue
Block a user