summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/lxdream/lxdream-0.9.1-r2.ebuild')
-rw-r--r--games-emulation/lxdream/lxdream-0.9.1-r2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
index e5e04852dfea..6cb9bbba6ca1 100644
--- a/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild,v 1.2 2012/05/04 04:38:39 jdhore Exp $
-
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1-r2.ebuild,v 1.3 2012/09/11 19:41:33 pacho Exp $
+EAPI=4
inherit eutils games
DESCRIPTION="An emulator for the Sega Dreamcast system"
@@ -29,6 +28,8 @@ DEPEND="${RDEPEND}
virtual/os-headers"
src_prepare() {
+ epatch "${FILESDIR}/${PN}-0.9.1-glib-single-include.patch"
+
# Make .desktop file pass desktop-file-validate
sed -i \
-e '/Encoding/d' \
@@ -56,7 +57,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc ChangeLog NEWS README || die "dodoc failed"
+ emake DESTDIR="${D}" install
+ dodoc ChangeLog NEWS README
prepgamesdirs
}