forked from pool/pugixml
Update to version 1.15 Update patch file This is blocking newer versions of package rpcs3 OBS-URL: https://build.opensuse.org/request/show/1239363 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=27
14 lines
511 B
Diff
14 lines
511 B
Diff
diff --git pugixml-1.15.orig/src/pugiconfig.hpp pugixml-1.15/src/pugiconfig.hpp
|
|
index 5f1bafd..a228252 100644
|
|
--- pugixml-1.15.orig/src/pugiconfig.hpp
|
|
+++ pugixml-1.15/src/pugiconfig.hpp
|
|
@@ -47,7 +47,7 @@
|
|
// #define PUGIXML_HEADER_ONLY
|
|
|
|
// Uncomment this to enable long long support (usually enabled automatically)
|
|
-// #define PUGIXML_HAS_LONG_LONG
|
|
+#define PUGIXML_HAS_LONG_LONG
|
|
|
|
// Uncomment this to enable support for std::string_view (usually enabled automatically)
|
|
// #define PUGIXML_HAS_STRING_VIEW
|