summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-08 17:34:30 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-08 17:34:45 +0200
commitf25c3154912b085e9caf70f77dada0e6a5ea0d92 (patch)
tree6e836bc25ace116ad2f9a06d48f1bfed1b1dfad8 /x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild
parentnet-dns/libidn2: Old. (diff)
downloadgentoo-f25c3154912b085e9caf70f77dada0e6a5ea0d92.tar.gz
gentoo-f25c3154912b085e9caf70f77dada0e6a5ea0d92.tar.bz2
gentoo-f25c3154912b085e9caf70f77dada0e6a5ea0d92.zip
virtualbox packages: Don't even call useless gcc version check.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild')
-rw-r--r--x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild
index 403ed952f2e0..25dabb13925d 100644
--- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild
+++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild
@@ -91,6 +91,9 @@ src_prepare() {
# Disable things unused or splitted into separate ebuilds
cp "${FILESDIR}/${PN}-5-localconfig" LocalConfig.kmk || die
+ # Remove pointless GCC version check
+ sed -e '/^check_gcc$/d' -i configure || die
+
default
# link with lazy on hardened #394757