diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-12 16:58:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-12 16:58:28 +0000 |
commit | 250572c10ae2560444cbd8dbc083b8c976b17364 (patch) | |
tree | e11cadd503e7b469a98a4370d2ea06414534f6ef /games-strategy/megaglest/megaglest-3.7.1.ebuild | |
parent | Stable for ppc, wrt bug #456962 (diff) | |
download | gentoo-2-250572c10ae2560444cbd8dbc083b8c976b17364.tar.gz gentoo-2-250572c10ae2560444cbd8dbc083b8c976b17364.tar.bz2 gentoo-2-250572c10ae2560444cbd8dbc083b8c976b17364.zip |
fix build with miniupnpc-1.8 wrt #456952
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy/megaglest/megaglest-3.7.1.ebuild')
-rw-r--r-- | games-strategy/megaglest/megaglest-3.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/megaglest/megaglest-3.7.1.ebuild b/games-strategy/megaglest/megaglest-3.7.1.ebuild index 58873205d890..58dc3d176f03 100644 --- a/games-strategy/megaglest/megaglest-3.7.1.ebuild +++ b/games-strategy/megaglest/megaglest-3.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.3 2012/12/28 11:28:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.7.1.ebuild,v 1.4 2013/02/12 16:58:28 hasufell Exp $ EAPI=4 VIRTUALX_REQUIRED="manual" @@ -66,7 +66,7 @@ src_prepare() { need-wxwidgets unicode fi - epatch "${FILESDIR}"/${P}-{static-build,as-needed}.patch + epatch "${FILESDIR}"/${P}-{static-build,as-needed,miniupnpc-1.8}.patch } src_configure() { |