diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-31 11:24:05 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-31 11:24:05 +0000 |
commit | 5d88769eaee749953cde8f3dc1e3bb11404894b0 (patch) | |
tree | 8ff8934034a1c57c194d0cb4b2bd1320fec7fc73 /xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild | |
parent | Fix underlinking (bug #369457) (diff) | |
download | gentoo-2-5d88769eaee749953cde8f3dc1e3bb11404894b0.tar.gz gentoo-2-5d88769eaee749953cde8f3dc1e3bb11404894b0.tar.bz2 gentoo-2-5d88769eaee749953cde8f3dc1e3bb11404894b0.zip |
Fix underlinking (bug #367881)
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild')
-rw-r--r-- | xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild index 3181078e2d38..7d0bbcf168b0 100644 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild +++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.16 2011/05/19 21:34:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.17 2011/05/31 11:24:05 angelos Exp $ EAPI=4 EAUTORECONF=yes @@ -26,7 +26,10 @@ DEPEND="${RDEPEND} dev-util/intltool" pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-exo.patch ) + PATCHES=( + "${FILESDIR}"/${P}-exo.patch + "${FILESDIR}"/${P}-link-against-libx11.patch + ) XFCONF=( $(xfconf_use_debug) ) DOCS=( AUTHORS ChangeLog NEWS README TODO ) } |