diff options
author | 2011-08-07 06:45:58 +0000 | |
---|---|---|
committer | 2011-08-07 06:45:58 +0000 | |
commit | da9850eab5d45435ea47d8abb8c3fb349d362b7c (patch) | |
tree | 461117ceb2e497c16fb8a199d3f90f37c8f2e7ea /games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild | |
parent | Fix building with libpng15 (diff) | |
download | historical-da9850eab5d45435ea47d8abb8c3fb349d362b7c.tar.gz historical-da9850eab5d45435ea47d8abb8c3fb349d362b7c.tar.bz2 historical-da9850eab5d45435ea47d8abb8c3fb349d362b7c.zip |
Add missing curl dependency and fix compilation with curl-7.21.7 (bug #378035)
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild')
-rw-r--r-- | games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild index cd9332209ef5..daa676c5fdb5 100644 --- a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild +++ b/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.6 2011/06/14 10:42:55 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.7 2011/08/07 06:45:58 angelos Exp $ EAPI=2 inherit eutils autotools games @@ -18,6 +18,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) gtk? ( x11-libs/gtk+:2 sdl? ( media-libs/libsdl[video] media-libs/sdl-image ) ) + net-misc/curl media-libs/freeglut media-libs/libpng sys-libs/zlib" @@ -30,7 +31,8 @@ src_prepare() { $(find . -name "*man") \ || die "sed failed" epatch "${FILESDIR}/${P}-lua.patch" \ - "${FILESDIR}"/${P}-underlink.patch + "${FILESDIR}"/${P}-underlink.patch \ + "${FILESDIR}"/${P}-curl-headers.patch eautoreconf } |