[SCM] SETI at home packaging branch, master, updated. debian/6.12_svn1305-2-5-g7c570e0

Guo Yixuan culu.gyx at gmail.com
Tue May 29 06:39:27 UTC 2012


The following commit has been merged in the master branch:
commit 7c570e03163e39c9f817a8518e9ef22a6719773c
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue May 29 14:39:16 2012 +0800

    Try to fix ftbfs on powerpc.

diff --git a/debian/changelog b/debian/changelog
index 80a6734..db55cfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ boinc-app-seti (6.12~svn1305-3) UNRELEASED; urgency=low
   * Demoting dependency on boinc-client to recommendation.
 
   [ Guo Yixuan ]
-  * Try to fix ftbfs on freebsd.
+  * Try to fix ftbfs on freebsd and powerpc.
 
  -- Steffen Moeller <moeller at debian.org>  Mon, 28 May 2012 20:00:10 +0200
 
diff --git a/debian/patches/102_powerpc_altivec.patch b/debian/patches/102_powerpc_altivec.patch
new file mode 100644
index 0000000..88a27a7
--- /dev/null
+++ b/debian/patches/102_powerpc_altivec.patch
@@ -0,0 +1,11 @@
+--- a/client/Makefile.am
++++ b/client/Makefile.am
+@@ -165,7 +165,7 @@
+ seti_boinc-analyzeFuncs_altivec.o:  vector/analyzeFuncs_altivec.cpp
+ 	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ 	$(CPPFLAGS) $(seti_boinc_CXXFLAGS) $(CXXFLAGS) -DUSE_ALTIVEC \
+-	-MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -faltivec \
++	-MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -maltivec \
+ 	-c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
+ 	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+ seti_boinc-analyzeFuncs_vector.o:  vector/analyzeFuncs_vector.cpp
diff --git a/debian/patches/series b/debian/patches/series
index bdc832a..b5d95d9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 #002_disable_static_linkage.patch
 #003_dont_use_own_jpeglib.patch
 101_freebsd_build.patch
+102_powerpc_altivec.patch

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list