diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-05-24 03:59:29 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-24 03:59:29 (GMT) |
commit | 20848d0f3fd829c91cf14ad4426407ac39e80045 (patch) | |
tree | 6094b4078ba597ffe2e389ed962111f2b5b58737 | |
parent | 9f9c54b1324fd103855dbb7ac0ad224f1ff60c92 (diff) | |
download | mxe-20848d0f3fd829c91cf14ad4426407ac39e80045.zip mxe-20848d0f3fd829c91cf14ad4426407ac39e80045.tar.gz mxe-20848d0f3fd829c91cf14ad4426407ac39e80045.tar.bz2 |
update package xmlwrapp - add missing patch
-rw-r--r-- | src/xmlwrapp-1-va_list.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/xmlwrapp-1-va_list.patch b/src/xmlwrapp-1-va_list.patch new file mode 100644 index 0000000..e94b133 --- /dev/null +++ b/src/xmlwrapp-1-va_list.patch @@ -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" |