diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-02 12:46:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-02 12:46:54 +0000 |
commit | 99556b708a6668d0ecd52d372e699f472262fe59 (patch) | |
tree | fb9caa87c58b989b5aa7541e02580b50a230a5f0 /x11-misc/xfe/xfe-1.32.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-99556b708a6668d0ecd52d372e699f472262fe59.tar.gz gentoo-2-99556b708a6668d0ecd52d372e699f472262fe59.tar.bz2 gentoo-2-99556b708a6668d0ecd52d372e699f472262fe59.zip |
Fix building with USE="-startup-notification" wrt #343825 by Diego Elio Pettenò.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xfe/xfe-1.32.2.ebuild')
-rw-r--r-- | x11-misc/xfe/xfe-1.32.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/xfe/xfe-1.32.2.ebuild b/x11-misc/xfe/xfe-1.32.2.ebuild index 936319341845..c19b8ba7cb5a 100644 --- a/x11-misc/xfe/xfe-1.32.2.ebuild +++ b/x11-misc/xfe/xfe-1.32.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.2.ebuild,v 1.1 2010/10/31 23:32:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.2.ebuild,v 1.2 2010/11/02 12:46:54 ssuominen Exp $ EAPI=2 inherit eutils @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_prepare() { + epatch "${FILESDIR}"/${P}-missing_Xlib_h.patch + cat >po/POTFILES.skip <<-EOF src/icons.cpp xfe.desktop.in.in |