From c1f8374fe66da2411ffa718c9a8dbea3b027da4c Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Jan 02 2009 07:08:23 +0000 Subject: -Forgot to commit updated patches. --- diff --git a/boinc-gccflags.patch b/boinc-gccflags.patch index abf595d..74611cb 100644 --- a/boinc-gccflags.patch +++ b/boinc-gccflags.patch @@ -1,7 +1,7 @@ ---- boinc_core_release_6_2_15/client/Makefile.am.orig 2008-08-04 19:25:20.000000000 +0200 -+++ boinc_core_release_6_2_15/client/Makefile.am 2008-08-04 19:25:35.000000000 +0200 -@@ -61,7 +61,7 @@ - work_fetch.C +--- boinc_core_release_6_4_5/client/Makefile.am.orig 2008-12-17 19:25:20.000000000 +0200 ++++ boinc_core_release_6_4_5/client/Makefile.am 2008-12-17 19:25:35.000000000 +0200 +@@ -65,7 +65,7 @@ + work_fetch.cpp boinc_client_DEPENDENCIES = -boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS) @@ -9,10 +9,10 @@ boinc_client_LDFLAGS = -static-libgcc boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS) ---- boinc_core_release_6_2_15/client/Makefile.in.orig 2008-08-04 19:25:24.000000000 +0200 -+++ boinc_core_release_6_2_15/client/Makefile.in 2008-08-04 19:25:51.000000000 +0200 -@@ -367,7 +367,7 @@ - work_fetch.C +--- boinc_core_release_6_4_5/client/Makefile.in.orig 2008-12-17 19:25:24.000000000 +0200 ++++ boinc_core_release_6_4_5/client/Makefile.in 2008-12-17 19:25:51.000000000 +0200 +@@ -373,7 +373,7 @@ + work_fetch.cpp boinc_client_DEPENDENCIES = -boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS) diff --git a/boinc-locales.patch b/boinc-locales.patch index 75524f2..8051540 100644 --- a/boinc-locales.patch +++ b/boinc-locales.patch @@ -1,11 +1,11 @@ ---- boinc_core_release_5_10_45_orig/clientgui/BOINCGUIApp.cpp 2008-05-17 12:45:13.000000000 +0200 -+++ boinc_core_release_5_10_45/clientgui/BOINCGUIApp.cpp 2008-05-17 12:45:34.000000000 +0200 -@@ -258,7 +258,7 @@ - ); - } - m_pLocale->AddCatalogLookupPathPrefix(wxT("locale")); -- m_pLocale->AddCatalog(wxT("BOINC Manager")); -+ m_pLocale->AddCatalog(wxT("BOINC-Manager")); - - InitSupportedLanguages(); - +--- boinc_core_release_6_4_5/clientgui/BOINCGUIApp.cpp.orig 2008-12-17 23:33:16.000000000 +0100 ++++ boinc_core_release_6_4_5/clientgui/BOINCGUIApp.cpp 2008-12-17 23:33:19.000000000 +0100 +@@ -329,7 +329,7 @@ + ); + } + m_pLocale->AddCatalogLookupPathPrefix(wxT("locale")); +- m_pLocale->AddCatalog(wxT("BOINC Manager")); ++ m_pLocale->AddCatalog(wxT("BOINC-Manager")); + + InitSupportedLanguages(); +