diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-06 21:14:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-06 21:14:02 +0000 |
commit | 0848af09b0a3d4154b5346250451cff565761f93 (patch) | |
tree | 2d1b222becfad544d183fefa563ff085df9d5952 /x11-misc/xrmap/xrmap-2.32.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-0848af09b0a3d4154b5346250451cff565761f93.tar.gz gentoo-2-0848af09b0a3d4154b5346250451cff565761f93.tar.bz2 gentoo-2-0848af09b0a3d4154b5346250451cff565761f93.zip |
Fix building with -Wl,--as-needed wrt #248586 by Kacper Kowalik.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xrmap/xrmap-2.32.ebuild')
-rw-r--r-- | x11-misc/xrmap/xrmap-2.32.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/xrmap/xrmap-2.32.ebuild b/x11-misc/xrmap/xrmap-2.32.ebuild index ba2e0f57823c..c92720aaace0 100644 --- a/x11-misc/xrmap/xrmap-2.32.ebuild +++ b/x11-misc/xrmap/xrmap-2.32.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.32.ebuild,v 1.5 2009/05/05 18:04:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrmap/xrmap-2.32.ebuild,v 1.6 2010/02/06 21:14:02 ssuominen Exp $ inherit eutils @@ -32,7 +32,8 @@ src_unpack() { rm -rf "${S}" mv "${WORKDIR}"/${PN}-${FULL_DIST} "${S}" unpack ${A} - epatch "${FILESDIR}/${P}-Makefile.kit.patch" + epatch "${FILESDIR}"/${P}-Makefile.kit.patch \ + "${FILESDIR}"/${P}-asneeded.patch cd "${S}"/editkit && xmkmf || die } |