ottxor      14/06/26 05:53:00

  Modified:             ispc-1.7.0.ebuild ChangeLog
  Log:
  fix build with llvm-3.4.2 (bug #515114)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.2                  dev-lang/ispc/ispc-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?r1=1.1&r2=1.2

Index: ispc-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ispc-1.7.0.ebuild   12 May 2014 02:16:29 -0000      1.1
+++ ispc-1.7.0.ebuild   26 Jun 2014 05:53:00 -0000      1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v 1.1 
2014/05/12 02:16:29 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v 1.2 
2014/06/26 05:53:00 ottxor Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit toolchain-funcs python-any-r1
+inherit eutils toolchain-funcs python-any-r1
 
 DESCRIPTION="Intel SPMD Program Compiler"
 HOMEPAGE="http://ispc.github.com/";
@@ -35,6 +35,10 @@
        sys-devel/flex
        "
 
+src_prepare() {
+       epatch "${FILESDIR}/${P}-llvm-version.patch"
+}
+
 src_compile() {
        emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" 
CPP="$(tc-getCPP)"
 }



1.17                 dev-lang/ispc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   26 Jun 2014 05:50:52 -0000      1.16
+++ ChangeLog   26 Jun 2014 05:53:00 -0000      1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ispc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.16 2014/06/26 
05:50:52 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.17 2014/06/26 
05:53:00 ottxor Exp $
+
+  26 Jun 2014; Christoph Junghans <[email protected]>
+  +files/ispc-1.7.0-llvm-version.patch, ispc-1.7.0.ebuild:
+  fix build with llvm-3.4.2 (bug #515114)
 
   26 Jun 2014; Christoph Junghans <[email protected]> -ispc-1.4.4.ebuild,
   -ispc-1.5.0.ebuild, -ispc-1.6.0.ebuild:




Reply via email to