diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-24 03:49:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-24 03:49:06 +0000 |
commit | 03e946c6ca1c54df5f1a717d7162a3c9cefb90e7 (patch) | |
tree | 16a58bf0db1e81cad4257a3753ad7812ababf297 /games-action | |
parent | whitespace (diff) | |
download | gentoo-2-03e946c6ca1c54df5f1a717d7162a3c9cefb90e7.tar.gz gentoo-2-03e946c6ca1c54df5f1a717d7162a3c9cefb90e7.tar.bz2 gentoo-2-03e946c6ca1c54df5f1a717d7162a3c9cefb90e7.zip |
respect LDFLAGS (bug #332473)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/gltron/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.70-r1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog index adad888535d5..3970c34ea15b 100644 --- a/games-action/gltron/ChangeLog +++ b/games-action/gltron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/gltron # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.14 2010/04/14 16:13:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.15 2010/08/24 03:49:06 mr_bones_ Exp $ + + 24 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> + gltron-0.70-r1.ebuild: + respect LDFLAGS (bug #332473) 14 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> gltron-0.70-r1.ebuild: diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild index d0fa4ecf8bda..175074e50b94 100644 --- a/games-action/gltron/gltron-0.70-r1.ebuild +++ b/games-action/gltron/gltron-0.70-r1.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/games-action/gltron/gltron-0.70-r1.ebuild,v 1.6 2010/04/14 16:13:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.7 2010/08/24 03:49:06 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -28,6 +28,10 @@ src_prepare() { "${FILESDIR}"/${P}-configure.patch \ "${FILESDIR}"/${P}-prototypes.patch \ "${FILESDIR}"/${P}-debian.patch + sed -i \ + -e '/^gltron_LINK/s/$/ $(LDFLAGS)/' \ + Makefile.in \ + || die 'sed failed' } src_configure() { |