libxml++: update from 2.37.2 to 2.40.1

This fixes the following error with gcc >= 6:

```
libxml++/io/istreamparserinputbuffer.cc: In member function 'virtual bool xmlpp::IStreamParserInputBuffer::do_close()':
libxml++/io/istreamparserinputbuffer.cc:42:12: error: cannot convert 'std::istream {aka std::basic_istream<char>}' to 'bool' in return
     return input_;
```
This commit is contained in:
Moritz Bunkus 2017-07-09 18:27:37 +02:00
parent e2ecdb2d15
commit 1b13f02f57
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := libxml++
$(PKG)_WEBSITE := https://libxmlplusplus.sourceforge.io/
$(PKG)_DESCR := libxml2
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.37.2
$(PKG)_CHECKSUM := bb3e10a2148e90fc61098499a0923b4de786b1dd86466d7ec6255e154baa773b
$(PKG)_VERSION := 2.40.1
$(PKG)_CHECKSUM := 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9
$(PKG)_SUBDIR := libxml++-$($(PKG)_VERSION)
$(PKG)_FILE := libxml++-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://download.gnome.org/sources/libxml++/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)