mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
nvidia304: apply 4.0 compat patch too
This commit is contained in:
parent
1c5e0b132f
commit
05a09d9710
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ _desc="NVIDIA drivers for linux (304.xx series)"
|
||||||
|
|
||||||
pkgname=nvidia304
|
pkgname=nvidia304
|
||||||
version=304.125
|
version=304.125
|
||||||
revision=6
|
revision=7
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Propietary NVIDIA license"
|
license="Propietary NVIDIA license"
|
||||||
homepage="http://www.nvidia.com"
|
homepage="http://www.nvidia.com"
|
||||||
|
@ -36,8 +36,9 @@ do_extract() {
|
||||||
}
|
}
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd ${_pkg}
|
cd ${_pkg}
|
||||||
patch -sNp0 -i ${XBPS_SRCPKGDIR}/nvidia/files/linux-3.18.patch
|
|
||||||
patch -sNp0 -i ${FILESDIR}/linux-3.19.patch
|
patch -sNp0 -i ${FILESDIR}/linux-3.19.patch
|
||||||
|
patch -sNp0 -i ${XBPS_SRCPKGDIR}/nvidia-stable/files/nv-drm.patch
|
||||||
|
patch -sNp0 -i ${XBPS_SRCPKGDIR}/nvidia-stable/files/linux-4.0.patch
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
cd ${_pkg}
|
cd ${_pkg}
|
||||||
|
|
Loading…
Add table
Reference in a new issue