forked from Lainports/freebsd-ports
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)
11 lines
251 B
C++
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
|
|
|