voyageur    15/06/05 14:48:25

  Modified:             llvm-3.6.1.ebuild ChangeLog llvm-9999.ebuild
  Log:
  Add large file support flags, thanks zmedico in bug #550708
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  Changes    Path
1.4                  sys-devel/llvm/llvm-3.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?r1=1.3&r2=1.4

Index: llvm-3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- llvm-3.6.1.ebuild   31 May 2015 14:38:44 -0000      1.3
+++ llvm-3.6.1.ebuild   5 Jun 2015 14:48:25 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.3 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.4 
2015/06/05 14:48:25 voyageur Exp $
 
 EAPI=5
 
@@ -243,6 +243,8 @@
                append-cppflags "$(pkg-config --cflags libffi)"
        fi
 
+       # Enable large file support, bug #550708
+       append-lfs-flags
        # llvm prefers clang over gcc, so we may need to force that
        tc-export CC CXX
 



1.244                sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.244&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.244&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog   31 May 2015 14:38:44 -0000      1.243
+++ ChangeLog   5 Jun 2015 14:48:25 -0000       1.244
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.243 2015/05/31 
14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.244 2015/06/05 
14:48:25 voyageur Exp $
+
+  05 Jun 2015; Bernard Cafarelli <[email protected]> llvm-3.6.1.ebuild,
+  llvm-9999.ebuild:
+  Add large file support flags, thanks zmedico in bug #550708
 
   31 May 2015; Fabian Groffen <[email protected]> llvm-3.4.2.ebuild,
   llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild:



1.110                sys-devel/llvm/llvm-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.110&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.110&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.109&r2=1.110

Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- llvm-9999.ebuild    31 May 2015 14:38:44 -0000      1.109
+++ llvm-9999.ebuild    5 Jun 2015 14:48:25 -0000       1.110
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.109 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.110 
2015/06/05 14:48:25 voyageur Exp $
 
 EAPI=5
 
@@ -235,6 +235,8 @@
                append-cppflags "$(pkg-config --cflags libffi)"
        fi
 
+       # Enable large file support, bug #550708
+       append-lfs-flags
        # llvm prefers clang over gcc, so we may need to force that
        tc-export CC CXX
 




Reply via email to