diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-18 18:23:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-18 18:23:12 +0000 |
commit | 709bddfc4550cd4008ec4227a567fb2bda4b8ddb (patch) | |
tree | 5eb3a8dd28bd78e00e946dc818decf6b8afec854 /textproc/pugixml/files/patch-src_pugiconfig.hpp | |
parent | security/tor-devel: Update 0.3.5.6-rc -> 0.4.0.1-alpha (diff) |
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)
Notes
Notes:
svn path=/head/; revision=490646
Diffstat (limited to 'textproc/pugixml/files/patch-src_pugiconfig.hpp')
-rw-r--r-- | textproc/pugixml/files/patch-src_pugiconfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pugixml/files/patch-src_pugiconfig.hpp b/textproc/pugixml/files/patch-src_pugiconfig.hpp index bee679acaa58..0634acf3ce8a 100644 --- a/textproc/pugixml/files/patch-src_pugiconfig.hpp +++ b/textproc/pugixml/files/patch-src_pugiconfig.hpp @@ -1,6 +1,6 @@ ---- src/pugiconfig.hpp.orig 2015-08-18 17:07:06 UTC +--- src/pugiconfig.hpp.orig 2018-04-04 14:53:16 UTC +++ src/pugiconfig.hpp -@@ -41,7 +41,7 @@ +@@ -44,7 +44,7 @@ // #define PUGIXML_HEADER_ONLY // Uncomment this to enable long long support |