[SCM] BOINC packaging branch, wheezy, updated. debian/7.0.27+dfsg-5-15-g43ed716

Guo Yixuan culu.gyx at gmail.com
Mon Jun 24 09:41:32 UTC 2013


The following commit has been merged in the wheezy branch:
commit 6629f30da74f6044625d8cf58cb1a1dde5d7fb2a
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Jun 24 16:58:52 2013 +0800

    workaround for automake error
    
    Objective C++ source seen but 'OBJCXX' is undefined

diff --git a/debian/patches/series b/debian/patches/series
index 2f44701..1e5477e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -57,4 +57,5 @@ unlink_undefined.patch
 #screensaver_woes.patch
 boinc_manager_project_info_page.patch
 add_hardening_flags.patch
+workaround-objcxx.patch
 CVE-2013-2298-Scheduler-fix-security-vulnerabilities.patch
diff --git a/debian/patches/workaround-objcxx.patch b/debian/patches/workaround-objcxx.patch
new file mode 100644
index 0000000..c13002a
--- /dev/null
+++ b/debian/patches/workaround-objcxx.patch
@@ -0,0 +1,17 @@
+--- a/api/Makefile.am
++++ b/api/Makefile.am
+@@ -23,10 +23,10 @@ graphics2_files = \
+ #texfont.cpp
+ #txf_util.cpp 
+ 
+-if OS_DARWIN
+-    graphics2_files += mac_icon.cpp
+-    graphics2_files += macglutfix.m
+-endif
++# if OS_DARWIN
++#     graphics2_files += mac_icon.cpp
++#     graphics2_files += macglutfix.m
++# endif
+ 
+ # library for OpenCL apps
+ opencl_files = \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list