forked from pool/boinc-client
This commit is contained in:
parent
83e2b39df0
commit
c3bb97304e
11
boinc-client-str_util.patch
Normal file
11
boinc-client-str_util.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -uNrp boinc_core_release_6_4_5/lib/str_util.h boinc_core_release_6_4_5p/lib/str_util.h
|
||||
--- boinc_core_release_6_4_5/lib/str_util.h 2009-02-07 10:15:12.000000000 +0100
|
||||
+++ boinc_core_release_6_4_5p/lib/str_util.h 2009-05-31 23:02:27.000000000 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#ifndef STR_UTIL_H
|
||||
#define STR_UTIL_H
|
||||
+#define HAVE_STRCASESTR
|
||||
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 31 23:27:04 CEST 2009 - saigkill@opensuse.org
|
||||
|
||||
- fixed str_util.h while using newer gcc (THX to Jan)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 14:06:32 CEST 2009 - saigkill@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Name: boinc-client
|
||||
Summary: The Berkeley Open Infrastructure for Network Computing (BOINC)
|
||||
Version: 6.4.5
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPL v2.1 only
|
||||
Url: http://boinc.berkeley.edu/
|
||||
Source0: boinc_core_release_6_4_5.tar.bz2
|
||||
@ -41,6 +41,7 @@ Patch7: boinc-bnc_465676.patch
|
||||
Patch8: boinc-client-wxWindowListNode.patch
|
||||
Patch9: boinc-client-hostinfo.patch
|
||||
Patch10: boinc-client-NotebookWxPanel.patch
|
||||
Patch11: boinc-client-str_util.patch
|
||||
Group: Productivity/Clustering/Computing
|
||||
BuildRequires: libcurl-devel >= 7.15.2 python-mysql update-desktop-files
|
||||
BuildRequires: Mesa-devel freeglut-devel libopenssl-devel
|
||||
@ -193,6 +194,7 @@ Authors:
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
tar -xvjf %{S:1}
|
||||
|
||||
%build
|
||||
@ -287,6 +289,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# %{_libdir}/*a
|
||||
|
||||
%changelog
|
||||
* Sun May 31 2009 saigkill@opensuse.org
|
||||
- fixed str_util.h while using newer gcc (THX to Jan)
|
||||
* Fri May 22 2009 saigkill@opensuse.org
|
||||
- fixed Errors while using newer wx Version
|
||||
* Fri Mar 27 2009 saigkill@opensuse.org
|
||||
|
Loading…
Reference in New Issue
Block a user