diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-18 20:27:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-18 20:27:26 +0000 |
commit | ece2a17272a3d8028bf67f4a6b11baad20f79bc1 (patch) | |
tree | afb3cd33b876b1b1b1b2cb293b1ae870ab9fbfbf /games-engines/nazghul/nazghul-0.7.0.ebuild | |
parent | Drop old/alpha/beta releases (diff) | |
download | gentoo-2-ece2a17272a3d8028bf67f4a6b11baad20f79bc1.tar.gz gentoo-2-ece2a17272a3d8028bf67f4a6b11baad20f79bc1.tar.bz2 gentoo-2-ece2a17272a3d8028bf67f4a6b11baad20f79bc1.zip |
Don't use -I/usr/games/include wrt #320459 by passing --includedir=/usr/include. Thanks to Diego E. Pettenò for reporting.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-engines/nazghul/nazghul-0.7.0.ebuild')
-rw-r--r-- | games-engines/nazghul/nazghul-0.7.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.0.ebuild b/games-engines/nazghul/nazghul-0.7.0.ebuild index aa4a43f17667..37413d045377 100644 --- a/games-engines/nazghul/nazghul-0.7.0.ebuild +++ b/games-engines/nazghul/nazghul-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.0.ebuild,v 1.1 2010/03/21 20:21:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.0.ebuild,v 1.2 2010/05/18 20:27:26 ssuominen Exp $ EAPI=2 inherit eutils games @@ -23,6 +23,11 @@ src_prepare() { ecvs_clean } +src_configure() { + egamesconf \ + --includedir=/usr/include +} + src_install() { emake DESTDIR="${D}" install || die |