Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37905716
en ru br
ALT Linux repositórios
S:3.1.1-alt5
5.0: 2.7.11-alt1
4.1: 2.7.11-alt1
4.0: 2.7.11-alt0.M40.1

Group :: Gráficos
RPM: flam3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: flam3-3.1.1-alt-006-icu67.patch
Download


Description: Fix qosmic ftbfs with ICU 67
Bug-Debian: https://bugs.debian.org/962095
Author: Peter Blackman <peter@pblackman.plus.com>
Last-Update: 2020-06-06
Index: b/flam3.h
===================================================================
--- a/flam3.h
+++ b/flam3.h
@@ -21,7 +21,16 @@
 #define flam3_included
 
 #include <stdio.h>
-#include <libxml/parser.h>
+
+#ifdef __cplusplus
+    extern "C++" {
+    #include <libxml/parser.h>
+    }
+#else
+    #include <libxml/parser.h>
+#endif
+
+
 #include "isaac.h"
 
 #if defined(_MSC_VER) /* VC++ */
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009