summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-15 20:41:24 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-15 20:41:24 +0000
commite15783974777051a9c997da76a7a0238ee1b8bc4 (patch)
treeb6d7c9ce49e978548d0d06653eceedd742f048a2 /sci-libs
parentAdded '|| die' where missing, wrt bug #393287 (diff)
downloadgentoo-2-e15783974777051a9c997da76a7a0238ee1b8bc4.tar.gz
gentoo-2-e15783974777051a9c997da76a7a0238ee1b8bc4.tar.bz2
gentoo-2-e15783974777051a9c997da76a7a0238ee1b8bc4.zip
AUTOTOOLS_IN_SOURCE_BUILD=1 in order to avoid fatal error: colamd.h: No such file or directory, #394079
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/colamd/ChangeLog6
-rw-r--r--sci-libs/colamd/colamd-2.7.3.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog
index a92342b4e571..2d9c4892ea97 100644
--- a/sci-libs/colamd/ChangeLog
+++ b/sci-libs/colamd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/colamd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.20 2011/12/15 17:14:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.21 2011/12/15 20:41:24 jlec Exp $
+
+ 15 Dec 2011; Justin Lecher <jlec@gentoo.org> colamd-2.7.3.ebuild:
+ AUTOTOOLS_IN_SOURCE_BUILD=1 in order to avoid fatal error: colamd.h: No such
+ file or directory, #394079
15 Dec 2011; Justin Lecher <jlec@gentoo.org> colamd-2.7.3.ebuild:
Restrict test, useless any ways, because it needs manual inspection, #394795
diff --git a/sci-libs/colamd/colamd-2.7.3.ebuild b/sci-libs/colamd/colamd-2.7.3.ebuild
index 3023bf156fac..178dc48f37c5 100644
--- a/sci-libs/colamd/colamd-2.7.3.ebuild
+++ b/sci-libs/colamd/colamd-2.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.5 2011/12/15 17:14:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.6 2011/12/15 20:41:24 jlec Exp $
EAPI=4
@@ -26,6 +26,8 @@ DOCS=( README.txt Doc/ChangeLog )
S="${WORKDIR}/${MY_PN}"
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
PATCHES=(
"${FILESDIR}"/${PN}-2.7.1-autotools.patch
)