summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2009-11-19 12:38:38 +0000
committerAlfredo Tupone <tupone@gentoo.org>2009-11-19 12:38:38 +0000
commite0ac4c2cdaa1c47dc65f916c45f5ca5ea30f3dd9 (patch)
tree5083d2d99c334e612e29e69d9e342ed9d529b96b /games-emulation/tuxnes/tuxnes-0.75-r1.ebuild
parentStable on amd64 (bug #293421) (diff)
downloadgentoo-2-e0ac4c2cdaa1c47dc65f916c45f5ca5ea30f3dd9.tar.gz
gentoo-2-e0ac4c2cdaa1c47dc65f916c45f5ca5ea30f3dd9.tar.bz2
gentoo-2-e0ac4c2cdaa1c47dc65f916c45f5ca5ea30f3dd9.zip
Fix X_ShmAttach not defined. Bug #293440
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/tuxnes/tuxnes-0.75-r1.ebuild')
-rw-r--r--games-emulation/tuxnes/tuxnes-0.75-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild b/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild
index 46292e683788..204f70b155aa 100644
--- a/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild
+++ b/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.2 2009/03/14 08:08:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/tuxnes/tuxnes-0.75-r1.ebuild,v 1.3 2009/11/19 12:38:38 tupone Exp $
EAPI=2
inherit autotools eutils games
@@ -32,7 +32,8 @@ src_prepare() {
"${FILESDIR}"/${P}-gcc34.patch \
"${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-include.patch \
- "${FILESDIR}"/${P}-exec-stack.patch
+ "${FILESDIR}"/${P}-exec-stack.patch \
+ "${FILESDIR}"/${P}-xshm.patch
eautoreconf
}