From: David Seifert Date: Mon, 21 Oct 2019 20:55:12 +0000 (+0200) Subject: [PATCH] Do not #include evolution-data-server with C linkage X-Git-Tag: archive/raspbian/3.0.2-10+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d5f98c69dd3adf36ea65dcb4099e6606b96a5ab;p=abiword.git [PATCH] Do not #include evolution-data-server with C linkage Fixes #2 https://gitlab.gnome.org/World/AbiWord/issues/2 Fixes https://bugs.gentoo.org/690162 Gbp-Pq: Name git_build_fix.patch --- diff --git a/src/text/ptbl/xp/pd_DocumentRDF.cpp b/src/text/ptbl/xp/pd_DocumentRDF.cpp index 060954a..3e2b740 100644 --- a/src/text/ptbl/xp/pd_DocumentRDF.cpp +++ b/src/text/ptbl/xp/pd_DocumentRDF.cpp @@ -1883,9 +1883,7 @@ PD_RDFContact::className() const #ifdef WITH_EVOLUTION_DATA_SERVER -extern "C" { - #include -}; +#include static std::string get( EVCard* c, const char* v ) {