summaryrefslogtreecommitdiffstats
path: root/system/virtualbox/virtualbox.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2017-06-01 21:43:08 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:50 +0200
commitc3d9a523ee03535662034e766627b408d6109afd (patch)
tree5b043533e4d809d9befebdfee46c2ae68fa61b06 /system/virtualbox/virtualbox.SlackBuild
parenta72d1de9d28bcfd817945762d5ca2b24a3ffb7fd (diff)
downloadslackbuilds-c3d9a523ee03535662034e766627b408d6109afd.tar.gz
system/virtualbox: Updated for version 5.0.40.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox/virtualbox.SlackBuild')
-rw-r--r--system/virtualbox/virtualbox.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/virtualbox/virtualbox.SlackBuild b/system/virtualbox/virtualbox.SlackBuild
index c81a3d28ec..1048ea0771 100644
--- a/system/virtualbox/virtualbox.SlackBuild
+++ b/system/virtualbox/virtualbox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for virtualbox-ose
-# Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008 Mauro Giachero <mauro.giachero@gmail.com>
# All rights reserved.
#
@@ -25,7 +25,7 @@
PRGNAM=virtualbox
SRCNAM=VirtualBox
-VERSION=${VERSION:-5.0.30}
+VERSION=${VERSION:-5.0.40}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -138,6 +138,9 @@ patch -p1 -i $CWD/virtualbox-gsoap.patch
# Fix wrong path to rdesktop-vrdp-keymaps
patch -p1 -i $CWD/006-rdesktop-vrdp-keymap-path.patch
+# Remove gcc version check
+sed -i 's/^check_gcc$/#check_gcc/' ./configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \