Skip to content
Snippets Groups Projects
Commit 73c52337 authored by onlyjob's avatar onlyjob :sleeping:
Browse files

New patch to fix FTBFS (Closes: #876678).

parent 3760c9ac
No related branches found
No related tags found
No related merge requests found
Last-Update: 2017-10-09
Forwarded: no
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876678
Bug-Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=788710
Origin: upstream, https://bug788710.bugzilla-attachments.gnome.org/attachment.cgi?id=361301
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: fix FTBFS ("gtkdoc-scangobj: error: unrecognized arguments: --nogtkinit")
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -7,9 +7,9 @@
DOC_MAIN_SGML_FILE=goffice-docs.xml
DOC_SOURCE_DIR=../../goffice
-SCANGOBJ_OPTIONS= --nogtkinit --type-init-func="g_type_init ()"
+SCANGOBJ_OPTIONS=
SCAN_OPTIONS= --deprecated-guards="GOFFICE_DISABLE_DEPRECATED" --rebuild-types
MKDB_OPTIONS=--xml-mode --output-format=xml
--- a/goffice/goffice.c
+++ b/goffice/goffice.c
@@ -72,9 +72,9 @@
*
* To include GOffice use:
* <informalexample>
* <programlisting>
- * #include <goffice/goffice.h>
+ * #include &lt;goffice/goffice.h&gt;
* </programlisting>
* </informalexample>
* GOffice provides a pkg-config metadata file named
* "libgoffice-$major.$minor.pc", where $major and $minor denote which version
no-nested-externs-error.patch
nogtkinit.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment