[SCM] SETI at home packaging branch, master, updated. debian/6.12_svn1305-2-4-g3b64b4d
Guo Yixuan
culu.gyx at gmail.com
Tue May 29 06:25:12 UTC 2012
The following commit has been merged in the master branch:
commit 3b64b4d42ebfce6ce9841e9ebe8d3b47f5d1db5b
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Tue May 29 14:19:54 2012 +0800
Try to fix ftbfs on freebsd
diff --git a/debian/changelog b/debian/changelog
index ad4c141..80a6734 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
boinc-app-seti (6.12~svn1305-3) UNRELEASED; urgency=low
+ [ Steffen Moeller ]
* Rebuilt against libboinc-app, substituting dependency
on boinc-dev.
* Demoting dependency on boinc-client to recommendation.
+ [ Guo Yixuan ]
+ * Try to fix ftbfs on freebsd.
+
-- Steffen Moeller <moeller at debian.org> Mon, 28 May 2012 20:00:10 +0200
boinc-app-seti (6.12~svn1305-2) unstable; urgency=low
diff --git a/debian/patches/101_freebsd_build.patch b/debian/patches/101_freebsd_build.patch
new file mode 100644
index 0000000..fcbe8ab
--- /dev/null
+++ b/debian/patches/101_freebsd_build.patch
@@ -0,0 +1,10 @@
+--- a/client/vector/analyzeFuncs_sse.cpp
++++ b/client/vector/analyzeFuncs_sse.cpp
+@@ -32,6 +32,7 @@
+ // This file is empty is __i386__ is not defined
+ #include "sah_config.h"
+ #include <vector>
++#include <cmath>
+
+ #if defined(__i386__) || defined(__x86_64__)
+
diff --git a/debian/patches/series b/debian/patches/series
index 71684c8..bdc832a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
#002_disable_static_linkage.patch
#003_dont_use_own_jpeglib.patch
+101_freebsd_build.patch
--
SETI at home packaging
More information about the pkg-boinc-commits
mailing list