db-move: moved evolution-ews from [testing] to [extra] (x86_64)
[arch-packages.git] / fontforge / trunk / fontforge-doc-no-warn-error.patch
blobed1526b62e252911512bd21c3e68cc5a9ca294c2
1 From e8164ed0fa747bfc8e7e80e6ff6b9a34b7c1a33f Mon Sep 17 00:00:00 2001
2 From: Mike Gilbert <floppym@gentoo.org>
3 Date: Mon, 27 Apr 2020 20:00:54 -0400
4 Subject: [PATCH] doc: do not treat warnings as errors
6 ---
7 doc/CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
11 index 6c4601a05..e5aeaed4f 100644
12 --- a/doc/CMakeLists.txt
13 +++ b/doc/CMakeLists.txt
14 @@ -21,7 +21,7 @@ file(STRINGS manifest.txt _manifest)
15 configure_file(manifest.txt manifest.txt COPYONLY)
17 add_custom_command(OUTPUT sphinx-docs
18 - COMMAND "${Sphinx_BUILD_BINARY}" -q -n -W -b html -d doctrees "${CMAKE_CURRENT_SOURCE_DIR}/sphinx" sphinx-docs
19 + COMMAND "${Sphinx_BUILD_BINARY}" -q -n -b html -d doctrees "${CMAKE_CURRENT_SOURCE_DIR}/sphinx" sphinx-docs
20 DEPENDS ${_manifest}
23 --
24 2.26.2