diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-08-02 15:50:34 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-08-02 15:50:34 +0000 |
commit | 9d9e4f4b581b5c87cd85691800e4b2510fad2c2d (patch) | |
tree | cbda37c0b86ddad203c2302a7e1b1961aae5d9e3 /games-arcade/epiar/epiar-0.5.ebuild | |
parent | Remove redundant econf lines, reported by steev (diff) | |
download | gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.tar.gz gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.tar.bz2 gentoo-2-9d9e4f4b581b5c87cd85691800e4b2510fad2c2d.zip |
Add patch to fix building on FreeBSD, and keyword. #173487 thanks to Nathan Smith.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'games-arcade/epiar/epiar-0.5.ebuild')
-rw-r--r-- | games-arcade/epiar/epiar-0.5.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-arcade/epiar/epiar-0.5.ebuild b/games-arcade/epiar/epiar-0.5.ebuild index 88db4da520aa..120d92725248 100644 --- a/games-arcade/epiar/epiar-0.5.ebuild +++ b/games-arcade/epiar/epiar-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/epiar-0.5.ebuild,v 1.11 2006/12/01 20:34:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/epiar-0.5.ebuild,v 1.12 2007/08/02 15:50:34 uberlord Exp $ inherit flag-o-matic eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/epiar/${P}.0-src.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libsdl @@ -35,6 +35,8 @@ src_unpack() { -e "s:GENTOO_DATAPATH:${GAMES_DATADIR}/${PN}/:" \ src/system/path.c \ || die "sed failed" + + epatch "${FILESDIR}/${P}"-Makefile.linux.patch } src_compile() { |