update package xmlwrapp - add missing patch

This commit is contained in:
Niels Kristian Bech Jensen 2013-05-24 13:59:29 +10:00 committed by Tony Theodore
parent 9f9c54b132
commit 20848d0f3f
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
This file is part of MXE.
See index.html for further information.
diff -ur xmlwrapp-0.7.0.orig/src/libxml/schema.cxx xmlwrapp-0.7.0/src/libxml/schema.cxx
--- xmlwrapp-0.7.0.orig/src/libxml/schema.cxx 2013-03-16 12:29:12.000000000 +0100
+++ xmlwrapp-0.7.0/src/libxml/schema.cxx 2013-05-23 17:57:49.821494768 +0200
@@ -30,6 +30,9 @@
* SUCH DAMAGE.
*/
+// for va_list
+#include <stdarg.h>
+
// xmlwrapp includes
#include "xmlwrapp/schema.h"
#include "xmlwrapp/document.h"