FreeBSD Bugzilla – Attachment 175441 Details for
Bug 213222
x11/nvidia-driver: false dependency on linux.ko (patch included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix linux.ko false dependency
p (text/plain), 607 bytes, created by
Peter Wemm
on 2016-10-05 06:34:40 UTC
(
hide
)
Description:
Fix linux.ko false dependency
Filename:
MIME Type:
Creator:
Peter Wemm
Created:
2016-10-05 06:34:40 UTC
Size:
607 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 423320) >+++ Makefile (working copy) >@@ -195,7 +195,11 @@ > .if ! ${PORT_OPTIONS:MLINUX} > ${REINPLACE_CMD} -E 's/define (NV_SUPPORT_LINUX_COMPAT)/undef \1/' \ > ${WRKSRC}/src/${NVSRC}/nv-freebsd.h >+.if ${NVVERSION} >= 358.009 >+ ${REINPLACE_CMD} -E 's/define (NVKMS_SUPPORT_LINUX_COMPAT)/undef \1/' \ >+ ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c > .endif >+.endif > .if ${PORT_OPTIONS:MPAE} > ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_PAE)/define \1/' \ > ${WRKSRC}/src/${NVSRC}/nv-freebsd.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213222
: 175441