mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
virtualbox-ose: update to 6.1.26.
Remove vsed added in 13b1a5d83b
with no
justification; another configure step needed GCC version to have been
obtained.
Fix build by setting the correct Qt5 base include path.
This commit is contained in:
parent
9588186216
commit
396123ad84
2 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,7 @@ VBOX_WITH_REGISTRATION_REQUEST =
|
||||||
VBOX_WITH_UPDATE_REQUEST =
|
VBOX_WITH_UPDATE_REQUEST =
|
||||||
VBOX_USE_SYSTEM_XORG_HEADERS = 1
|
VBOX_USE_SYSTEM_XORG_HEADERS = 1
|
||||||
VBOX_NO_LEGACY_XORG_X11 = 1
|
VBOX_NO_LEGACY_XORG_X11 = 1
|
||||||
|
PATH_SDK_QT5_INC := /usr/include/qt5
|
||||||
# Enable it when vnc pkg is available.
|
# Enable it when vnc pkg is available.
|
||||||
#VBOX_WITH_VNC := 1
|
#VBOX_WITH_VNC := 1
|
||||||
VBOX_GCC_WERR =
|
VBOX_GCC_WERR =
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'virtualbox-ose'
|
# Template file for 'virtualbox-ose'
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
version=6.1.20
|
version=6.1.26
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="VirtualBox-${version}"
|
wrksrc="VirtualBox-${version}"
|
||||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
|
@ -9,7 +9,7 @@ license="GPL-2.0-only, CDDL-1.0"
|
||||||
homepage="https://www.virtualbox.org"
|
homepage="https://www.virtualbox.org"
|
||||||
changelog="https://www.virtualbox.org/wiki/Changelog"
|
changelog="https://www.virtualbox.org/wiki/Changelog"
|
||||||
distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2"
|
distfiles="http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2"
|
||||||
checksum=e690c91974a2e7a5aca2c0939ad514382f9a2136797a5e0b96aab778e42bc8a7
|
checksum=0212602eea878d6c9fd7f4a3e0182da3e4505f31d25f5539fb8f7b1fbe366195
|
||||||
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -33,7 +33,6 @@ pre_configure() {
|
||||||
ln -s /bin/echo makeself
|
ln -s /bin/echo makeself
|
||||||
|
|
||||||
echo 'VBOX_USE_SYSTEM_GL_HEADERS=true' >> LocalConfig.kmk
|
echo 'VBOX_USE_SYSTEM_GL_HEADERS=true' >> LocalConfig.kmk
|
||||||
vsed -i 's/^check_gcc$/#check_gcc/' configure
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue