ports/textproc/pugixml/files/patch-src_pugiconfig.hpp
Tobias Kortkamp 709bddfc45 textproc/pugixml: Update to 1.9
This also fixes an empty version field in pugixml's pkg-config file.
Some consumers like graphics/waylandpp refuse to use the system
pugixml because of it.

- Take maintainership
- Cleanup some things that are no longer needed
- Use CMAKE_{OFF,ON} helpers

Changes:	https://pugixml.org/docs/manual.html#v1.9
ABI:		https://abi-laboratory.pro/tracker/timeline/pugixml/
PR:		234779
Approved by:	ybungalobill@gmail.com (maintainer)
2019-01-18 18:23:12 +00:00

11 lines
251 B
C++

--- src/pugiconfig.hpp.orig 2018-04-04 14:53:16 UTC
+++ src/pugiconfig.hpp
@@ -44,7 +44,7 @@
// #define PUGIXML_HEADER_ONLY
// Uncomment this to enable long long support
-// #define PUGIXML_HAS_LONG_LONG
+#define PUGIXML_HAS_LONG_LONG
#endif