aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-10-24 22:04:26 -0600
committerChristoph Junghans <ottxor@gentoo.org>2014-10-24 22:04:26 -0600
commit6cfe9770eed83a00a0dac37b6992ba31ac885f74 (patch)
tree9808dd3d6da1a6dfcf55afaca8293e93d344311d /dev-lang
parentnet-libs/xrootd: version bump and fix bug 521496 (diff)
downloadsci-6cfe9770eed83a00a0dac37b6992ba31ac885f74.tar.gz
sci-6cfe9770eed83a00a0dac37b6992ba31ac885f74.tar.bz2
sci-6cfe9770eed83a00a0dac37b6992ba31ac885f74.zip
sync with gx86
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ispc/ChangeLog3
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild1
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index e81a15906..529d48d08 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 <ottxor@gentoo.org> ispc-9999.ebuild:
+ sync with gx86
+
12 May 2014; Christoph Junghans <ottxor@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 c859a817b..793182dca 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)"
}