vapier      15/04/01 19:03:05

  Modified:             xf86-video-virtualbox-4.3.26.ebuild ChangeLog
  Log:
  Respect the user's CC/CXX/CFLAGS/CPPFLAGS settings.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.5                  
x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild?r1=1.4&r2=1.5

Index: xf86-video-virtualbox-4.3.26.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 18:37:09 -0000       1.4
+++ xf86-video-virtualbox-4.3.26.ebuild 1 Apr 2015 19:03:05 -0000       1.5
@@ -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/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v
 1.4 2015/04/01 18:37:09 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.26.ebuild,v
 1.5 2015/04/01 19:03:05 vapier Exp $
 
 EAPI=5
 
@@ -102,6 +102,8 @@
                --disable-sdl-ttf
                --disable-pulse
                --disable-alsa
+               --with-gcc="$(tc-getCC)"
+               --with-g++="$(tc-getCXX)"
                --target-arch=${ARCH}
                --with-linux="${KV_OUT_DIR}"
                --build-headless
@@ -109,6 +111,7 @@
        echo "${cmd[@]}"
        "${cmd[@]}" || die "configure failed"
        source ./env.sh
+       export VBOX_GCC_OPT="${CFLAGS} ${CPPFLAGS}"
 }
 
 src_compile() {



1.151                x11-drivers/xf86-video-virtualbox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.151&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.151&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   1 Apr 2015 18:37:09 -0000       1.150
+++ ChangeLog   1 Apr 2015 19:03:05 -0000       1.151
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-video-virtualbox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.150 
2015/04/01 18:37:09 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.151 
2015/04/01 19:03:05 vapier Exp $
+
+  01 Apr 2015; Mike Frysinger <[email protected]>
+  xf86-video-virtualbox-4.3.26.ebuild:
+  Respect the user's CC/CXX/CFLAGS/CPPFLAGS settings.
 
   01 Apr 2015; Mike Frysinger <[email protected]>
   xf86-video-virtualbox-4.3.26.ebuild:




Reply via email to