summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-06 16:45:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-06 16:45:27 +0000
commit727c41442cc7b1509952c8d4c143397e32dc2bbd (patch)
tree0a497b0c8ae060af46f65c24d32eef1e04fec07d /app-misc/workrave/workrave-1.9.0.ebuild
parentVersion bump - security bug #280409. (diff)
downloadgentoo-2-727c41442cc7b1509952c8d4c143397e32dc2bbd.tar.gz
gentoo-2-727c41442cc7b1509952c8d4c143397e32dc2bbd.tar.bz2
gentoo-2-727c41442cc7b1509952c8d4c143397e32dc2bbd.zip
Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #277026.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/workrave/workrave-1.9.0.ebuild')
-rw-r--r--app-misc/workrave/workrave-1.9.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/workrave/workrave-1.9.0.ebuild b/app-misc/workrave/workrave-1.9.0.ebuild
index fd13ba6ecdc7..d92b1a1a9205 100644
--- a/app-misc/workrave/workrave-1.9.0.ebuild
+++ b/app-misc/workrave/workrave-1.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.9.0.ebuild,v 1.2 2008/12/27 12:07:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.9.0.ebuild,v 1.3 2009/08/06 16:45:27 ssuominen Exp $
inherit autotools eutils gnome2
@@ -80,6 +80,7 @@ src_unpack() {
# Fix compilation with gcc-4
epatch "${FILESDIR}/${P}-gcc43.patch"
+ epatch "${FILESDIR}/${P}-gcc44.patch"
# Fix compilation with USE="-distribution"
epatch "${FILESDIR}/${P}-compilation-fixes.patch"