diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-28 00:13:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-28 00:13:49 +0000 |
commit | 26142b5386c37d591dfc44376ff7e519917da9e0 (patch) | |
tree | 450ab9a5bbd1eec0eb370ab193744cdad5148180 /media-libs/allegrogl/allegrogl-0.4.3.ebuild | |
parent | Use newer autoconf cache style to set ldconfig. (diff) | |
download | gentoo-2-26142b5386c37d591dfc44376ff7e519917da9e0.tar.gz gentoo-2-26142b5386c37d591dfc44376ff7e519917da9e0.tar.bz2 gentoo-2-26142b5386c37d591dfc44376ff7e519917da9e0.zip |
Fix by Erik Zeek to disable ldconfig run during install #290260.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/allegrogl/allegrogl-0.4.3.ebuild')
-rw-r--r-- | media-libs/allegrogl/allegrogl-0.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/allegrogl/allegrogl-0.4.3.ebuild b/media-libs/allegrogl/allegrogl-0.4.3.ebuild index 096aa8f2bc79..d40a23b36493 100644 --- a/media-libs/allegrogl/allegrogl-0.4.3.ebuild +++ b/media-libs/allegrogl/allegrogl-0.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.4 2008/02/26 16:10:12 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.5 2009/10/28 00:13:49 vapier Exp $ MY_PN="alleggl" DESCRIPTION="A library to mix OpenGL graphics with Allegro routines" @@ -32,7 +32,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake LDCONFIG=/bin/true DESTDIR="${D}" install || die "emake install failed" dodoc changelog {bugs,extensions,faq,howto,quickstart,readme,todo}.txt dohtml -r docs/html/* if use examples ; then |