diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 08:14:49 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 08:14:49 +0000 |
| commit | 742ec6824d8aebafacc1f784bcb42adbcc919a57 (patch) | |
| tree | edbd41328d3df604b15b0d83a74fdef98381e57f /testing/spice/cstdarg.patch | |
| parent | cd07fdba3c14d53958fe9feb2a655561249fe8b2 (diff) | |
| download | aports-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.patch | 10 |
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__ |
