diff options
author | 2005-08-05 13:47:39 +0000 | |
---|---|---|
committer | 2005-08-05 13:47:39 +0000 | |
commit | 392ec49819c130c8f335faa5336fb03f34095ced (patch) | |
tree | 0f54d1bb9d71508a8dac5e8670aadc76ae71f842 /dev-haskell/hmake/hmake-3.10.ebuild | |
parent | Version bump; Bug #99252. (diff) | |
download | gentoo-2-392ec49819c130c8f335faa5336fb03f34095ced.tar.gz gentoo-2-392ec49819c130c8f335faa5336fb03f34095ced.tar.bz2 gentoo-2-392ec49819c130c8f335faa5336fb03f34095ced.zip |
Added a workaround to prevent sandbox violations (see bug #97441).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-haskell/hmake/hmake-3.10.ebuild')
-rw-r--r-- | dev-haskell/hmake/hmake-3.10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild index 71cf19c30c12..c456ba0909ba 100644 --- a/dev-haskell/hmake/hmake-3.10.ebuild +++ b/dev-haskell/hmake/hmake-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.1 2005/03/23 07:37:48 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.2 2005/08/05 13:47:39 kosmikus Exp $ inherit base fixheadtails @@ -44,6 +44,9 @@ src_compile() { --mandir=/usr/share/man/man1 \ ${buildwith} || die "./configure failed" + # workaround for sandbox bug (#97441, #101433) + addpredict /usr/bin/ghc + # emake tested; does not work emake -j1 || die "make failed" } |