diff options
Diffstat (limited to 'sci-misc/boinc/files')
-rw-r--r-- | sci-misc/boinc/files/7.0.2-fix_subdirs.patch | 10 | ||||
-rw-r--r-- | sci-misc/boinc/files/wxwidgets-2.8.0.12-menufix.patch | 14 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-misc/boinc/files/7.0.2-fix_subdirs.patch b/sci-misc/boinc/files/7.0.2-fix_subdirs.patch new file mode 100644 index 0000000..133fb51 --- /dev/null +++ b/sci-misc/boinc/files/7.0.2-fix_subdirs.patch @@ -0,0 +1,10 @@ +--- boinc-7.0.2.old/configure.ac 2011-12-25 08:48:12.000000000 +0800 ++++ boinc-7.0.2/configure.ac 2011-12-25 08:50:29.000000000 +0800 +@@ -901,7 +901,6 @@ + apps/Makefile + clientgui/Makefile + clientgui/res/Makefile +- clientscr/Makefile + client/Makefile + client/win/boinc_path_config.py:py/boinc_path_config.py.in + client/scripts/Makefile diff --git a/sci-misc/boinc/files/wxwidgets-2.8.0.12-menufix.patch b/sci-misc/boinc/files/wxwidgets-2.8.0.12-menufix.patch new file mode 100644 index 0000000..8394a13 --- /dev/null +++ b/sci-misc/boinc/files/wxwidgets-2.8.0.12-menufix.patch @@ -0,0 +1,14 @@ +--- boinc-7.0.28/clientgui/AdvancedFrame.cpp.old 2011-10-21 20:17:10.000000000 +0800 ++++ boinc-7.0.28/clientgui/AdvancedFrame.cpp 2012-05-20 05:50:38.000000000 +0800 +@@ -701,6 +701,11 @@ + + wxMenuBar* m_pOldMenubar = GetMenuBar(); + SetMenuBar(m_pMenubar); ++#ifdef __WXGTK__ ++ /* Force WX to recalculate the size of the (new) menu bar */ ++ /* courtesy Huibert (Huib Boinc Forums) */ ++ SendSizeEvent(); ++#endif + #ifdef __WXMAC__ + m_pMenubar->MacInstallMenuBar(); + MacLocalizeBOINCMenu(); |