virtualbox-ose: update to 4.3.12.
This commit is contained in:
parent
3ba23bbc4f
commit
13b1a5d83b
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'virtualbox-ose'
|
||||
pkgname=virtualbox-ose
|
||||
_vbox_distver=4.3.10
|
||||
_vbox_distver=4.3.12
|
||||
version=${_vbox_distver}
|
||||
revision=1
|
||||
wrksrc="VirtualBox-${version}"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://virtualbox.org"
|
||||
license="GPL-2, MPL-1.1, CDDL"
|
||||
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
|
||||
checksum=739835aee3274a663b23eeb748bd0430e8a5d8ba2f4d0eae5dc47ff2c485e23b
|
||||
checksum=db84ddf47d1ecd316ec46417595f0252e3ec2f67e35e1e17320aba87b7c2934f
|
||||
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
|
@ -29,7 +29,7 @@ fi
|
|||
depends="virtualbox-ose-dkms-${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
||||
system_groups="vboxusers"
|
||||
|
||||
do_configure() {
|
||||
pre_configure() {
|
||||
# Use our path for dri drivers.
|
||||
sed -e 's,/usr/lib64/dri:/usr/lib/dri:/usr/lib/x86_64-linux-gnu/dri,/usr/lib/xorg/modules/drivers,g' \
|
||||
-i src/VBox/Additions/common/crOpenGL/fakedri_drv.c
|
||||
|
@ -37,6 +37,10 @@ do_configure() {
|
|||
cp ${FILESDIR}/LocalConfig.kmk .
|
||||
ln -s /bin/echo makeself
|
||||
|
||||
sed -i 's/^check_gcc$/#check_gcc/' configure
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
./configure --disable-docs --disable-java --enable-vde \
|
||||
--disable-python --disable-kmods --nofatal
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue