diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-09-29 22:07:29 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-09-29 22:07:29 +0000 |
commit | d36784d0a01bb07b8b3ebb4b0895b9203a7015a6 (patch) | |
tree | 1f9f71c7e69a2814debb2315c8fd044b749bf3eb /games-emulation/dboxfe/dboxfe-0.1.3.ebuild | |
parent | Marking sqlite3-ruby-1.3.1 ~ppc64 for bug 321283 (diff) | |
download | gentoo-2-d36784d0a01bb07b8b3ebb4b0895b9203a7015a6.tar.gz gentoo-2-d36784d0a01bb07b8b3ebb4b0895b9203a7015a6.tar.bz2 gentoo-2-d36784d0a01bb07b8b3ebb4b0895b9203a7015a6.zip |
Respect LDFLAGS. Bug #338504
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/dboxfe/dboxfe-0.1.3.ebuild')
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index 709585a14578..681f514246ac 100644 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.7 2010/09/18 16:29:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.8 2010/09/29 22:07:29 tupone Exp $ -EAPI=1 +EAPI=2 inherit eutils qt4 games DESCRIPTION="Creates and manages configuration files for DOSBox" @@ -18,6 +18,8 @@ DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND} >=games-emulation/dosbox-0.65" +PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) + src_install() { dogamesbin bin/dboxfe || die "dogamesbin failed" dodoc TODO ChangeLog |