summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-17 23:52:11 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-17 23:52:11 +0000
commita08e704126b86c52bdb9ee599b9e1b70caabc9fc (patch)
tree7549229d952bf0df1998ea76c9bfcfb6b259d243 /x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild
parentAdded -fsigned-char to sox-12.17.4-r2 and sox-12.17.5-r1 to fix bug #35745. P... (diff)
downloadhistorical-a08e704126b86c52bdb9ee599b9e1b70caabc9fc.tar.gz
historical-a08e704126b86c52bdb9ee599b9e1b70caabc9fc.tar.bz2
historical-a08e704126b86c52bdb9ee599b9e1b70caabc9fc.zip
added gcc3.4 patch thanks to Sebastian Dröge <sebastian.droege@gmx.de>
Diffstat (limited to 'x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild')
-rw-r--r--x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild b/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild
index 7b9b46fd4aba..9b2cb5383567 100644
--- a/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild
+++ b/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild,v 1.10 2004/07/09 21:37:03 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-eazel/gtk-engines-eazel-0.3-r1.ebuild,v 1.11 2004/10/17 23:52:11 liquidx Exp $
inherit gtk-engines2
@@ -26,5 +26,6 @@ src_unpack() {
cd ${S}
# ugly hack to get around the glade dep (#38045)
echo 'int main(){return 0;}' > test.c
+ epatch ${FILESDIR}/${P}-gcc34.patch
}