commit: 6cfe9770eed83a00a0dac37b6992ba31ac885f74 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Oct 25 04:04:26 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Oct 25 04:04:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6cfe9770
sync with gx86 Package-Manager: portage-2.2.8-r2 --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index e81a159..529d48d 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Oct 2014; Christoph Junghans <ott...@gentoo.org> ispc-9999.ebuild: + sync with gx86 + 12 May 2014; Christoph Junghans <ott...@gentoo.org> ispc-9999.ebuild: sync with gx86 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index c859a81..793182d 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -36,6 +36,7 @@ DEPEND=" " src_compile() { + sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)" }