diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:03:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:03:48 +0000 |
commit | 04f3b679c652318dbbf53791801494cce09cac43 (patch) | |
tree | 9ab29a61218ec66d4e9365be6f860baf13b37c1d /games-mud/mcl/mcl-0.53.00.ebuild | |
parent | fixed typo (diff) | |
download | gentoo-2-04f3b679c652318dbbf53791801494cce09cac43.tar.gz gentoo-2-04f3b679c652318dbbf53791801494cce09cac43.tar.bz2 gentoo-2-04f3b679c652318dbbf53791801494cce09cac43.zip |
Closing #58661
Diffstat (limited to 'games-mud/mcl/mcl-0.53.00.ebuild')
-rw-r--r-- | games-mud/mcl/mcl-0.53.00.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild index f4d2444c055b..079a01aa28f3 100644 --- a/games-mud/mcl/mcl-0.53.00.ebuild +++ b/games-mud/mcl/mcl-0.53.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.8 2004/08/20 07:50:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.9 2004/09/05 17:03:48 aliz Exp $ inherit eutils gnuconfig games @@ -24,6 +24,7 @@ src_unpack() { epatch "${FILESDIR}/${P}-fPIC.patch" epatch "${FILESDIR}/${PV}-vc.patch" + epatch "${FILESDIR}/${P}-gcc34.patch" sed -i \ -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:${GAMES_LIBDIR}/${PN}:" \ |