diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-25 12:12:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-25 12:12:28 +0000 |
commit | 8f7268aff74b03c978b4ac63631dc5ee9637f0ca (patch) | |
tree | 44ccd2166505c426bf2a45abd0f3b308105d3ff8 /games-strategy/xconq/xconq-7.4.1.ebuild | |
parent | Fix building with make >= 3.82 by not using "dnl" for commenting lines out fr... (diff) | |
download | gentoo-2-8f7268aff74b03c978b4ac63631dc5ee9637f0ca.tar.gz gentoo-2-8f7268aff74b03c978b4ac63631dc5ee9637f0ca.tar.bz2 gentoo-2-8f7268aff74b03c978b4ac63631dc5ee9637f0ca.zip |
Fix building with make >= 3.82 wrt #336200 by Diego E. Pettenò.
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/xconq/xconq-7.4.1.ebuild')
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index 2bd9490b95f7..3dfd1b23925f 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.13 2008/12/21 04:31:45 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.14 2010/09/25 12:12:28 ssuominen Exp $ inherit eutils games @@ -24,7 +24,8 @@ src_unpack() { cd "${S}" epatch \ "${FILESDIR}"/${PN}-gcc-3.4.patch \ - "${FILESDIR}"/${PN}-tkconq.patch + "${FILESDIR}"/${PN}-tkconq.patch \ + "${FILESDIR}"/${PN}-make-382.patch } src_compile() { |