[SCM] BOINC packaging branch, master, updated. upstream/7.0.27+dfsg-435-gb445a45

Steffen Moeller moeller at debian.org
Thu May 10 10:28:13 UTC 2012


The following commit has been merged in the master branch:
commit b445a45abe28a798e09fef14062842076e052a13
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu May 10 12:27:45 2012 +0200

    Addressing build failure with gcc 4.7.

diff --git a/debian/patches/series b/debian/patches/series
index 7eea816..b1fee84 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -54,3 +54,4 @@ dTotalGlobalMem.patch
 nvidia_mem_display_simplification.patch
 api_NULL_not_defined.patch
 wxWidgets_observations.patch
+unlink_undefined.patch
diff --git a/debian/patches/unlink_undefined.patch b/debian/patches/unlink_undefined.patch
new file mode 100644
index 0000000..e439659
--- /dev/null
+++ b/debian/patches/unlink_undefined.patch
@@ -0,0 +1,12 @@
+Index: boinc/tools/process_input_template.cpp
+===================================================================
+--- boinc.orig/tools/process_input_template.cpp	2012-03-29 22:49:59.000000000 +0200
++++ boinc/tools/process_input_template.cpp	2012-05-10 12:26:30.000000000 +0200
+@@ -17,6 +17,7 @@
+ 
+ #include <stdio.h>
+ #include <string>
++#include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list