aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-driver/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-25 21:52:46 +0800
committerkrion <krion@FreeBSD.org>2004-01-25 21:52:46 +0800
commit7c58a7843e81f3406ab3e0c26b13cc082a2d9c65 (patch)
tree0b031326c31db765c712c9cb48b5da0f068a061b /x11/nvidia-driver/files
parent1e2fca4ff5c38faf119ed380dba81d1d515b7a7a (diff)
downloadfreebsd-ports-gnome-7c58a7843e81f3406ab3e0c26b13cc082a2d9c65.tar.gz
freebsd-ports-gnome-7c58a7843e81f3406ab3e0c26b13cc082a2d9c65.tar.zst
freebsd-ports-gnome-7c58a7843e81f3406ab3e0c26b13cc082a2d9c65.zip
- handles the rename of PCIR_HEADERTYPE -> PCIR_HDRTYPE #define
- nvidia.ko is now installed under /boot/modules rather than /boot/kernel on 5.x PR: ports/61867 Submitted by: maintainer
Diffstat (limited to 'x11/nvidia-driver/files')
-rw-r--r--x11/nvidia-driver/files/patch-module::Makefile11
-rw-r--r--x11/nvidia-driver/files/patch-src::nvidia_pci.c (renamed from x11/nvidia-driver/files/patch-nvidia_pci.c)0
2 files changed, 11 insertions, 0 deletions
diff --git a/x11/nvidia-driver/files/patch-module::Makefile b/x11/nvidia-driver/files/patch-module::Makefile
new file mode 100644
index 000000000000..7a5768b48624
--- /dev/null
+++ b/x11/nvidia-driver/files/patch-module::Makefile
@@ -0,0 +1,11 @@
+--- module/Makefile.orig Wed May 28 23:51:52 2003
++++ module/Makefile Sun Jan 25 11:47:48 2004
+@@ -14,6 +14,8 @@
+ BUILD_DONE= ${.CURDIR}/.build_done
+ CLEANFILES+= ${BUILD_DONE}
+
++KMODDIR?= /boot/modules
++
+ #
+ # To enable debugging see nvidia_debug.h
+ # uncomment the following line and change the 'debug'
diff --git a/x11/nvidia-driver/files/patch-nvidia_pci.c b/x11/nvidia-driver/files/patch-src::nvidia_pci.c
index b2e92abdf256..b2e92abdf256 100644
--- a/x11/nvidia-driver/files/patch-nvidia_pci.c
+++ b/x11/nvidia-driver/files/patch-src::nvidia_pci.c