summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-06 21:49:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-06 21:49:33 +0000
commit04200f29b87fc0761c211d8f17dee1464f45a29a (patch)
tree2117d86c696f1ddee99bc7695d33c21e5a2e6c6f /x11-themes/gtk-engines-qt
parentFinal version of the Artistic-2 License. http://www.perlfoundation.org/legal/ (diff)
downloadgentoo-2-04200f29b87fc0761c211d8f17dee1464f45a29a.tar.gz
gentoo-2-04200f29b87fc0761c211d8f17dee1464f45a29a.tar.bz2
gentoo-2-04200f29b87fc0761c211d8f17dee1464f45a29a.zip
Add patch to fix an implicit declaration.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'x11-themes/gtk-engines-qt')
-rw-r--r--x11-themes/gtk-engines-qt/ChangeLog7
-rw-r--r--x11-themes/gtk-engines-qt/files/gtk-engines-qt-0.6_p20060706-implicit.patch11
-rw-r--r--x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild4
3 files changed, 20 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines-qt/ChangeLog b/x11-themes/gtk-engines-qt/ChangeLog
index 76f5392e93a0..56846c2bb9e7 100644
--- a/x11-themes/gtk-engines-qt/ChangeLog
+++ b/x11-themes/gtk-engines-qt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/gtk-engines-qt
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.8 2006/07/05 22:34:09 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/ChangeLog,v 1.9 2006/07/06 21:49:33 flameeyes Exp $
+
+ 06 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
+ +files/gtk-engines-qt-0.6_p20060706-implicit.patch,
+ gtk-engines-qt-0.6_p20060706.ebuild:
+ Add patch to fix an implicit declaration.
*gtk-engines-qt-0.6_p20060706 (05 Jul 2006)
diff --git a/x11-themes/gtk-engines-qt/files/gtk-engines-qt-0.6_p20060706-implicit.patch b/x11-themes/gtk-engines-qt/files/gtk-engines-qt-0.6_p20060706-implicit.patch
new file mode 100644
index 000000000000..1f8d1dbc358c
--- /dev/null
+++ b/x11-themes/gtk-engines-qt/files/gtk-engines-qt-0.6_p20060706-implicit.patch
@@ -0,0 +1,11 @@
+Index: gtk-qt-engine-0.6_p20060706/src/qt_rc_style.c
+===================================================================
+--- gtk-qt-engine-0.6_p20060706.orig/src/qt_rc_style.c
++++ gtk-qt-engine-0.6_p20060706/src/qt_rc_style.c
+@@ -1,5 +1,6 @@
+ #include "qt_rc_style.h"
+ #include "qt_style.h"
++#include "qt_qt_wrapper.h"
+
+
+
diff --git a/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild b/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild
index 46c525beba47..99a5d21fbf5b 100644
--- a/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild
+++ b/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild,v 1.1 2006/07/05 22:34:09 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qt/gtk-engines-qt-0.6_p20060706.ebuild,v 1.2 2006/07/06 21:49:33 flameeyes Exp $
inherit kde
@@ -19,3 +19,5 @@ need-kde 3
SLOT="2"
S=${WORKDIR}/${MY_P}
+
+PATCHES="${FILESDIR}/${P}-implicit.patch"