summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-01-10 18:24:48 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-01-10 18:24:48 +0000
commit87d344a4d4c98fd109be5a354fd0cd05a7bdf00f (patch)
tree63be7a48e009f61031173c12d4662481b4997cea /gnome-base/gdm/gdm-2.20.3.ebuild
parentfix deps (diff)
downloadgentoo-2-87d344a4d4c98fd109be5a354fd0cd05a7bdf00f.tar.gz
gentoo-2-87d344a4d4c98fd109be5a354fd0cd05a7bdf00f.tar.bz2
gentoo-2-87d344a4d4c98fd109be5a354fd0cd05a7bdf00f.zip
fix compile issue
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'gnome-base/gdm/gdm-2.20.3.ebuild')
-rw-r--r--gnome-base/gdm/gdm-2.20.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome-base/gdm/gdm-2.20.3.ebuild b/gnome-base/gdm/gdm-2.20.3.ebuild
index 2e5a5e04a686..658e60d6f26a 100644
--- a/gnome-base/gdm/gdm-2.20.3.ebuild
+++ b/gnome-base/gdm/gdm-2.20.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.3.ebuild,v 1.1 2008/01/09 21:32:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.3.ebuild,v 1.2 2008/01/10 18:24:47 compnerd Exp $
inherit autotools eutils pam gnome2
@@ -101,6 +101,9 @@ src_unpack() {
# Add gksu to gdmsetup menu entry
epatch "${FILESDIR}/${PN}-2.20.2-gksu.patch"
+
+ # Fix compile errors
+ epatch "${FILESDIR}/${PN}-2.20.3-logging.patch"
}
src_install() {