summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Banasiak2010-01-30 22:37:06 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb2daa4f9694b1414f280fefe384b230876172227 (patch)
treeb4111248d8656b23cc1c0da31136e0476ebf4dc2
parentc60ec86f4fc244663e508e9a6817d6d158f84134 (diff)
downloadsmw-b2daa4f9694b1414f280fefe384b230876172227.zip
smw-b2daa4f9694b1414f280fefe384b230876172227.tar.gz
- fixes build with gcc 4.4
Changed files: smw-gcc44.patch -> 1.1
-rw-r--r--smw-gcc44.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/smw-gcc44.patch b/smw-gcc44.patch
new file mode 100644
index 0000000..fc8adc8
--- /dev/null
+++ b/smw-gcc44.patch
@@ -0,0 +1,7 @@
+--- smw/_src/path.cpp 2007-05-26 11:37:16.000000000 +0200
++++ smw/_src/path.cpp.new 2010-01-30 23:16:23.209899471 +0100
+@@ -1,3 +1,4 @@
++#include <cstring>
+ #include <string>
+ #include <iostream>
+ #include <sys/stat.h>