Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287433 Details for
Bug 380303
media-libs/mesa-7.11 ebuild : Compiles ok without sys-libs/llvm
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dont-require-llvm-for-r300g.patch
dont-require-llvm-for-r300g.patch (text/plain), 916 bytes, created by
Matt Turner
on 2011-09-22 18:33:26 UTC
(
hide
)
Description:
dont-require-llvm-for-r300g.patch
Filename:
MIME Type:
Creator:
Matt Turner
Created:
2011-09-22 18:33:26 UTC
Size:
916 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index f2fed96..6b4170d 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -1789,14 +1789,6 @@ gallium_check_st() { > fi > } > >-gallium_require_llvm() { >- if test "x$MESA_LLVM" = x0; then >- case "$host_cpu" in >- i*86|x86_64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);; >- esac >- fi >-} >- > dnl Gallium drivers > dnl Duplicates in GALLIUM_DRIVERS_DIRS are removed by sorting it after this block > if test "x$with_gallium_drivers" != x; then >@@ -1825,7 +1817,6 @@ if test "x$with_gallium_drivers" != x; then > gallium_check_st "i965/drm" "dri-i965" "xorg-i965" > ;; > xr300) >- gallium_require_llvm "Gallium R300" > GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r300" > gallium_check_st "radeon/drm" "dri-r300" "xorg-r300" "" "xvmc-r300" "vdpau-r300" "va-r300" > ;;
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 380303
:
284277
|
284281
|
284283
|
284285
| 287433 |
319528
|
319544