summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-28 00:13:49 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-28 00:13:49 +0000
commit26142b5386c37d591dfc44376ff7e519917da9e0 (patch)
tree450ab9a5bbd1eec0eb370ab193744cdad5148180 /media-libs/allegrogl
parentUse newer autoconf cache style to set ldconfig. (diff)
downloadgentoo-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')
-rw-r--r--media-libs/allegrogl/ChangeLog7
-rw-r--r--media-libs/allegrogl/allegrogl-0.4.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/allegrogl/ChangeLog b/media-libs/allegrogl/ChangeLog
index e6d9a1bc919a..35258f358ac6 100644
--- a/media-libs/allegrogl/ChangeLog
+++ b/media-libs/allegrogl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/allegrogl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.17 2008/02/26 16:10:12 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.18 2009/10/28 00:13:49 vapier Exp $
+
+ 28 Oct 2009; Mike Frysinger <vapier@gentoo.org> allegrogl-0.4.3.ebuild:
+ Fix by Erik Zeek to disable ldconfig run during install #290260.
26 Feb 2008; Ferris McCormick <fmccor@gentoo.org> allegrogl-0.4.3.ebuild:
Add ~sparc for testing --- Bug #210519.
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