aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spice/cstdarg.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-02 08:14:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-02 08:14:49 +0000
commit742ec6824d8aebafacc1f784bcb42adbcc919a57 (patch)
treeedbd41328d3df604b15b0d83a74fdef98381e57f /testing/spice/cstdarg.patch
parentcd07fdba3c14d53958fe9feb2a655561249fe8b2 (diff)
downloadaports-742ec6824d8aebafacc1f784bcb42adbcc919a57.tar.bz2
aports-742ec6824d8aebafacc1f784bcb42adbcc919a57.tar.xz
testing/spice: new aport
Implements the SPICE protocol http://www.spice-space.org/
Diffstat (limited to 'testing/spice/cstdarg.patch')
-rw-r--r--testing/spice/cstdarg.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/spice/cstdarg.patch b/testing/spice/cstdarg.patch
new file mode 100644
index 0000000000..7a16dc579c
--- /dev/null
+++ b/testing/spice/cstdarg.patch
@@ -0,0 +1,10 @@
+--- ./client/common.h.orig
++++ ./client/common.h
+@@ -39,6 +39,7 @@
+ #include <exception>
+ #include <list>
+ #include <string.h>
++#include <cstdarg>
+
+ #ifdef WIN32
+ #ifdef __GNUC__