diff options
author | 2010-09-06 09:48:58 +0000 | |
---|---|---|
committer | 2010-09-06 09:48:58 +0000 | |
commit | 9e71111697a7bd4344ea9f86647751b4546cb6a6 (patch) | |
tree | b217f4e86b139240a704cdf054cf508017e41566 /x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild | |
parent | Initial import. Closes bug #123307. (diff) | |
download | historical-9e71111697a7bd4344ea9f86647751b4546cb6a6.tar.gz historical-9e71111697a7bd4344ea9f86647751b4546cb6a6.tar.bz2 historical-9e71111697a7bd4344ea9f86647751b4546cb6a6.zip |
Honour Gentoo LDFLAGS. Closes bug #335216.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild b/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild index 14ce23d09eea..239549ab0ad8 100644 --- a/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild +++ b/x11-plugins/wmmp/wmmp-0.10.0-r1.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-plugins/wmmp/wmmp-0.10.0-r1.ebuild,v 1.5 2009/05/08 15:53:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.10.0-r1.ebuild,v 1.6 2010/09/06 09:48:58 s4t4n Exp $ EAPI=2 MY_P=${P/wm/WM} @@ -24,6 +24,10 @@ src_configure() { econf --with-default-port=6600 } +src_compile() { + emake LDFLAGS="${LDFLAGS}" || die "make failed" +} + src_install () { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README THANKS TODO |