summaryrefslogtreecommitdiffstats
path: root/main/distcc/distcc-3.1-clone.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/distcc/distcc-3.1-clone.patch')
-rw-r--r--main/distcc/distcc-3.1-clone.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/distcc/distcc-3.1-clone.patch b/main/distcc/distcc-3.1-clone.patch
new file mode 100644
index 00000000..70e8f835
--- /dev/null
+++ b/main/distcc/distcc-3.1-clone.patch
@@ -0,0 +1,14 @@
+--- distcc-3.1.orig/lzo/minilzo.c Mon Jan 12 09:05:53 2009
++++ distcc-3.1/lzo/minilzo.c Mon Jan 12 10:27:02 2009
+@@ -1298,9 +1298,9 @@
+ #if defined(__LZO_CHECKER)
+ return 0;
+ #else
+- const int clone[] = {1, 2, 0};
++ const int _clone[] = {1, 2, 0};
+ const int *q;
+- q = clone;
++ q = _clone;
+ return (*q) ? 0 : 1;
+ #endif
+ }