diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-10-08 11:19:30 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-10-08 11:19:30 +0000 |
commit | eb2b06e9cdebbe1694a5e882f4f72c0c970fb080 (patch) | |
tree | 93b5a9280649a88942a5af2603a4d39a5c729b9c /games-engines/exult/exult-1.2.ebuild | |
parent | GCC 4.1 cleanup wrt bug #147240 (diff) | |
download | historical-eb2b06e9cdebbe1694a5e882f4f72c0c970fb080.tar.gz historical-eb2b06e9cdebbe1694a5e882f4f72c0c970fb080.tar.bz2 historical-eb2b06e9cdebbe1694a5e882f4f72c0c970fb080.zip |
Fix linking with -lX11. Bug #143626
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-engines/exult/exult-1.2.ebuild')
-rw-r--r-- | games-engines/exult/exult-1.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-engines/exult/exult-1.2.ebuild b/games-engines/exult/exult-1.2.ebuild index 4b8b25741970..03028e4ed6d2 100644 --- a/games-engines/exult/exult-1.2.ebuild +++ b/games-engines/exult/exult-1.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.6 2006/05/05 06:21:55 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.7 2006/10/08 11:19:30 tupone Exp $ -inherit eutils games +inherit eutils autotools games DESCRIPTION="an Ultima 7 game engine that runs on modern operating systems" HOMEPAGE="http://exult.sourceforge.net/" @@ -35,7 +35,8 @@ src_unpack() { cd music/ unpack U7MusicOGG_{1,2}of2.zip cd "${S}" - epatch "${FILESDIR}/${P}"-gcc41.patch + epatch "${FILESDIR}/${P}"-gcc41.patch \ + "${FILESDIR}/${P}"-x11link.patch sed -i \ -e "s/u7siinstrics.data/u7siintrinsics.data/" \ usecode/ucxt/data/Makefile.in \ @@ -45,6 +46,7 @@ src_unpack() { #-e 's/$(DESTDIR)$(GIMP_PLUGINS) /$(GIMP_PLUGINS) $(DESTDIR)/' \ #mapedit/Makefile.in \ #|| die "sed mapedit/Makefile.in failed" + eautoreconf } src_compile() { |