summaryrefslogtreecommitdiffstats
path: root/main/spice/cstdarg.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-02 10:49:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-02 10:49:25 +0000
commit5c58bdbc965aca4a880ae4c342133ae2299485cc (patch)
treeb362e19c111dff925a4238b6b140665211cfacc3 /main/spice/cstdarg.patch
parentbb43c39da7334dab2a35adba80e0b9c5ae33051c (diff)
downloadaports-5c58bdbc965aca4a880ae4c342133ae2299485cc.tar.bz2
aports-5c58bdbc965aca4a880ae4c342133ae2299485cc.tar.xz
main/spice: moved from testing
Diffstat (limited to 'main/spice/cstdarg.patch')
-rw-r--r--main/spice/cstdarg.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/spice/cstdarg.patch b/main/spice/cstdarg.patch
new file mode 100644
index 000000000..7a16dc579
--- /dev/null
+++ b/main/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__