diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-27 13:26:50 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-27 13:26:50 +0000 |
commit | 665143792c09e8f72204b555cf5d3da1a14d5d5f (patch) | |
tree | e37a60c0b6ec0a6bee8192c1e59299d7a2e5d1d4 /app-editors/gobby/files | |
parent | Bump wrt bug #222845 (diff) | |
download | gentoo-2-665143792c09e8f72204b555cf5d3da1a14d5d5f.tar.gz gentoo-2-665143792c09e8f72204b555cf5d3da1a14d5d5f.tar.bz2 gentoo-2-665143792c09e8f72204b555cf5d3da1a14d5d5f.zip |
Lock 0.4.5 to gtksourceview:1.0, let 0.4.5-r1 be for both slots and bind bumped 0.4.6 to slot 2.0. Bump fixes bug #222845. Also fix gcc-4.3 compat for all versions, bug #229607 thanks to Mathieu Segaud <mathieu.segaud@regala.cx>. Fixed pkg-config dep for all versions, bug #205039.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'app-editors/gobby/files')
-rw-r--r-- | app-editors/gobby/files/gobby-0.4.5-gcc43.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/app-editors/gobby/files/gobby-0.4.5-gcc43.patch b/app-editors/gobby/files/gobby-0.4.5-gcc43.patch new file mode 100644 index 000000000000..c49778daaa26 --- /dev/null +++ b/app-editors/gobby/files/gobby-0.4.5-gcc43.patch @@ -0,0 +1,40 @@ +--- gobby-0.4.5/src/preferences.cpp 2008-06-28 18:56:10.000000000 +0200 ++++ gobby-0.4.5/src/preferences.cpp 2008-06-28 18:57:54.000000000 +0200 +@@ -16,6 +16,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include <cstring> + #include "features.hpp" + + #ifdef WITH_GTKSOURCEVIEW2 +--- gobby-0.4.5/src/preferencesdialog.cpp 2008-06-28 18:56:20.000000000 +0200 ++++ gobby-0.4.5/src/preferencesdialog.cpp 2008-06-28 18:58:12.000000000 +0200 +@@ -17,6 +17,7 @@ + */ + + #include <stdexcept> ++#include <cstring> + #include <gtkmm/stock.h> + #include <gtkmm/messagedialog.h> + +--- gobby-0.4.5/src/header.cpp 2008-06-28 18:55:44.000000000 +0200 ++++ gobby-0.4.5/src/header.cpp 2008-06-28 18:56:55.000000000 +0200 +@@ -16,6 +16,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include <cstring> + #include <gtkmm/stock.h> + #include <obby/format_string.hpp> + +--- gobby-0.4.5/src/unix.cpp 2008-06-28 18:55:33.000000000 +0200 ++++ gobby-0.4.5/src/unix.cpp 2008-06-28 18:57:37.000000000 +0200 +@@ -17,6 +17,7 @@ + */ + + #include <stdexcept> ++#include <cstring> + #include "unix.hpp" + + namespace |