diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-02-13 14:29:32 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-02-13 14:29:32 +0000 |
commit | 0f17f85347e3707d3ab0b9a461e6322fc493a7d2 (patch) | |
tree | eb1ae82b16d243cd97893892960ed8a742940801 /kde-base | |
parent | [bump] dev-perl/Class-Load-0.170.0 (diff) | |
download | gentoo-2-0f17f85347e3707d3ab0b9a461e6322fc493a7d2.tar.gz gentoo-2-0f17f85347e3707d3ab0b9a461e6322fc493a7d2.tar.bz2 gentoo-2-0f17f85347e3707d3ab0b9a461e6322fc493a7d2.zip |
Add compatibility patch for ppc, bug 403321
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/okteta/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/okteta/files/okteta-4.7.4-ppc.patch | 15 | ||||
-rw-r--r-- | kde-base/okteta/okteta-4.7.4.ebuild | 4 |
3 files changed, 23 insertions, 2 deletions
diff --git a/kde-base/okteta/ChangeLog b/kde-base/okteta/ChangeLog index 0a3bc6cf56e6..51b3d7aeda18 100644 --- a/kde-base/okteta/ChangeLog +++ b/kde-base/okteta/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/okteta # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.97 2012/01/25 18:17:12 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/ChangeLog,v 1.98 2012/02/13 14:29:32 dilfridge Exp $ + + 13 Feb 2012; Andreas K. Huettel <dilfridge@gentoo.org> okteta-4.7.4.ebuild, + +files/okteta-4.7.4-ppc.patch: + Add compatibility patch for ppc, bug 403321 *okteta-4.8.0 (25 Jan 2012) diff --git a/kde-base/okteta/files/okteta-4.7.4-ppc.patch b/kde-base/okteta/files/okteta-4.7.4-ppc.patch new file mode 100644 index 000000000000..cc6bc262ce2b --- /dev/null +++ b/kde-base/okteta/files/okteta-4.7.4-ppc.patch @@ -0,0 +1,15 @@ +--- trunk/KDE/kdesdk/okteta/program/mainwindow.cpp 2011/10/09 21:40:06 1258089 ++++ trunk/KDE/kdesdk/okteta/program/mainwindow.cpp 2011/10/09 21:57:37 1258090 +@@ -43,8 +43,12 @@ + #include <bytetable/bytetabletool.h> + #include <bookmarks/bookmarkstoolview.h> + #include <bookmarks/bookmarkstool.h> ++ ++#ifndef NO_STRUCTURES_TOOL + #include <structures/structtoolview.h> + #include <structures/structtool.h> ++#endif ++ + // Kasten tools + #include <document/versionview/versionviewtoolview.h> + #include <document/versionview/versionviewtool.h> diff --git a/kde-base/okteta/okteta-4.7.4.ebuild b/kde-base/okteta/okteta-4.7.4.ebuild index 2a4eede4d3e5..dbcd3dd806f4 100644 --- a/kde-base/okteta/okteta-4.7.4.ebuild +++ b/kde-base/okteta/okteta-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.7.4.ebuild,v 1.3 2012/01/16 23:41:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okteta/okteta-4.7.4.ebuild,v 1.4 2012/02/13 14:29:32 dilfridge Exp $ EAPI=4 @@ -19,3 +19,5 @@ RDEPEND="${DEPEND}" # Tests hang, last checked in 4.3.3 RESTRICT="test" + +PATCHES=( "${FILESDIR}/${P}-ppc.patch" ) |