diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-02 02:47:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-02 02:47:54 +0000 |
commit | 5ecb67f5be0d358a9e8c9f8b7cf0f99fc05b9e65 (patch) | |
tree | cf9cd8a11d995f8e0ef0419c26175cc143531bde /games-strategy | |
parent | Add ~amd64, bug 163805 (diff) | |
download | gentoo-2-5ecb67f5be0d358a9e8c9f8b7cf0f99fc05b9e65.tar.gz gentoo-2-5ecb67f5be0d358a9e8c9f8b7cf0f99fc05b9e65.tar.bz2 gentoo-2-5ecb67f5be0d358a9e8c9f8b7cf0f99fc05b9e65.zip |
Add media-libs/freetype for dedicated build until configure script is fixed reported by Miika Linnapuomi)
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 4d2a4f4351ed..1bbd4b5e6af5 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.86 2007/01/14 03:41:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.87 2007/02/02 02:47:54 mr_bones_ Exp $ + + 02 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.2.1.ebuild: + Add media-libs/freetype for dedicated build until configure script is fixed + (reported by Miika Linnapuomi) *wesnoth-1.2.1 (14 Jan 2007) diff --git a/games-strategy/wesnoth/wesnoth-1.2.1.ebuild b/games-strategy/wesnoth/wesnoth-1.2.1.ebuild index 9e18ce54c43e..afc2eb4c534b 100644 --- a/games-strategy/wesnoth/wesnoth-1.2.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.1.ebuild,v 1.1 2007/01/14 03:41:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.1.ebuild,v 1.2 2007/02/02 02:47:54 mr_bones_ Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -22,7 +22,12 @@ RDEPEND=">=media-libs/libsdl-1.2.7 >=media-libs/sdl-image-1.2 media-libs/sdl-net nls? ( virtual/libintl )" +# the configure script is broken and checks for freetype even if +# it won't be used. until it's either patched out or upstream fixes +# it, just make it a DEPEND. +# reported by Miika Linnapuomi DEPEND="${RDEPEND} + dedicated? ( >=media-libs/freetype-2 ) nls? ( sys-devel/gettext )" S=${WORKDIR}/${PN}-${MY_PV} |