File: tinyxml_fix_undefined_symbol.patch

package info (click to toggle)
indigo 1.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,284 kB
  • sloc: ansic: 309,316; cpp: 137,636; cs: 9,118; asm: 8,011; java: 7,195; sql: 6,697; xml: 4,352; python: 3,426; sh: 207; php: 56; makefile: 49
file content (23 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Author: Michael Banck <mbanck@debian.org>
Description: ???

--- a/reaction/src/reaction_cml_loader.cpp
+++ b/reaction/src/reaction_cml_loader.cpp
@@ -16,6 +16,7 @@
 #include "reaction/reaction.h"
 #include "base_cpp/tlscont.h"
 #include "base_cpp/scanner.h"
+#define TIXML_USE_STL
 #include "tinyxml.h"
 #include "molecule/molecule_cml_loader.h"
 
--- a/molecule/src/molecule_cml_loader.cpp
+++ b/molecule/src/molecule_cml_loader.cpp
@@ -15,6 +15,7 @@
 #include "molecule/molecule_cml_loader.h"
 #include "base_cpp/scanner.h"
 #include "molecule/molecule.h"
+#define TIXML_USE_STL
 #include "tinyxml.h"
 #include "molecule/elements.h"
 #include "molecule/molecule_scaffold_detection.h"