FreeBSD Bugzilla – Attachment 151813 Details for
Bug 196858
x11-drivers/xorg-drivers: fix creeping dependency on x11-drivers/xf86-video-ati in tier-2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for x11-drivers/xorg-drivers/Makefile
patch-xorg-drivers-Makefile (text/plain), 1.22 KB, created by
Mark Linimon
on 2015-01-19 00:29:04 UTC
(
hide
)
Description:
patch for x11-drivers/xorg-drivers/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2015-01-19 00:29:04 UTC
Size:
1.22 KB
patch
obsolete
>Index: x11-drivers/xorg-drivers/Makefile >=================================================================== >--- x11-drivers/xorg-drivers/Makefile (revision 376802) >+++ x11-drivers/xorg-drivers/Makefile (working copy) >@@ -30,8 +30,7 @@ > void \ > wacom > >-VIDEO_DRIVERS= ati \ >- mach64 \ >+VIDEO_DRIVERS= mach64 \ > nv \ > r128 \ > vesa \ >@@ -60,7 +59,6 @@ > > OPTIONS_DEFAULT= MOUSE \ > KEYBOARD \ >- ATI \ > MACH64 \ > NV \ > R128 \ >@@ -73,8 +71,8 @@ > . endfor > .endfor > >-OPTIONS_DEFINE_i386= INTEL OPENCHROME >-OPTIONS_DEFAULT_i386= INTEL OPENCHROME >+OPTIONS_DEFINE_i386= ATI INTEL OPENCHROME >+OPTIONS_DEFAULT_i386= ATI INTEL OPENCHROME > > OPTIONS_DEFINE_amd64:= ${OPTIONS_DEFINE_i386} > OPTIONS_DEFAULT_amd64:= ${OPTIONS_DEFAULT_i386} >@@ -85,6 +83,7 @@ > OPTIONS_DEFINE_ia64= OPENCHROME > OPTIONS_DEFAULT_ia64= OPENCHROME > >+ATI_DESC= Install ati video driver > INTEL_DESC= Install intel video driver > OPENCHROME_DESC= Install openchrome video driver > SUNFFB_DESC= Install sunffb video driver >@@ -96,7 +95,7 @@ > > # Manual add arch specific drivers so they be added to depend lines. > .if ${ARCH}==i386 || ${ARCH}==amd64 >-VIDEO_DRIVERS+= intel openchrome >+VIDEO_DRIVERS+= ati intel openchrome > .endif > > .if ${ARCH}==sparc64
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 196858
: 151813