diff options
Diffstat (limited to 'games-puzzle/enigma/enigma-0.92.ebuild')
-rw-r--r-- | games-puzzle/enigma/enigma-0.92.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/enigma/enigma-0.92.ebuild b/games-puzzle/enigma/enigma-0.92.ebuild index 7bc1a8c7f34f..2691291b4775 100644 --- a/games-puzzle/enigma/enigma-0.92.ebuild +++ b/games-puzzle/enigma/enigma-0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.92.ebuild,v 1.1 2005/06/17 00:39:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-0.92.ebuild,v 1.2 2006/03/30 17:50:00 halcy0n Exp $ inherit eutils games @@ -39,6 +39,8 @@ src_unpack() { -e 's/: install-docDATA/:/' \ -e '/^SUBDIRS/s/doc//' Makefile.in \ || die "sed failed" + + epatch "${FILESDIR}"/${P}-gcc41.patch } src_compile() { |