diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/libetonyek/UnpackedTarball_libetonyek.mk | 6 | ||||
-rw-r--r-- | external/libetonyek/assert.patch | 20 |
2 files changed, 0 insertions, 26 deletions
diff --git a/external/libetonyek/UnpackedTarball_libetonyek.mk b/external/libetonyek/UnpackedTarball_libetonyek.mk index 448e41e379e5..52e6a9598a26 100644 --- a/external/libetonyek/UnpackedTarball_libetonyek.mk +++ b/external/libetonyek/UnpackedTarball_libetonyek.mk @@ -11,10 +11,4 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,libetonyek)) $(eval $(call gb_UnpackedTarball_set_tarball,libetonyek,$(ETONYEK_TARBALL))) -$(eval $(call gb_UnpackedTarball_set_patchlevel,libetonyek,0)) - -$(eval $(call gb_UnpackedTarball_add_patches,libetonyek, \ - external/libetonyek/assert.patch \ -)) - # vim: set noet sw=4 ts=4: diff --git a/external/libetonyek/assert.patch b/external/libetonyek/assert.patch deleted file mode 100644 index 39d68db27a29..000000000000 --- a/external/libetonyek/assert.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/EtonyekDocument.cpp -+++ src/lib/EtonyekDocument.cpp -@@ -7,6 +7,8 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -+#include <cassert> -+ - #include <boost/scoped_ptr.hpp> - #include <boost/shared_ptr.hpp> - #include <boost/logic/tribool.hpp> -@@ -179,7 +181,7 @@ - info.input->seek(0, RVNG_SEEK_SET); - } - -- assert(!isGzipped); -+ assert(bool(!isGzipped)); - - return probeXMLImpl(info.input, probe, type, info); - } |