FreeBSD Bugzilla – Attachment 193910 Details for
Bug 228673
[PATCH] graphics/mesa-dri - configure script fails with BSD grep
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that replaces GNU grep specific pattern with generic egrep pattern.
mesa-dri-port.diff (text/plain), 754 bytes, created by
Stefan Eßer
on 2018-06-02 11:22:50 UTC
(
hide
)
Description:
Patch that replaces GNU grep specific pattern with generic egrep pattern.
Filename:
MIME Type:
Creator:
Stefan Eßer
Created:
2018-06-02 11:22:50 UTC
Size:
754 bytes
patch
obsolete
>Index: files/patch-configure >=================================================================== >--- files/patch-configure (Revision 471356) >+++ files/patch-configure (Arbeitskopie) >@@ -51,6 +51,22 @@ > dri3_default=yes > ;; > *) >+@@ -26765,13 +26765,13 @@ >+ have_vdpau_platform=no >+ fi >+ >+-if echo $platforms | grep -q "x11\|drm"; then >++if echo $platforms | egrep -q "x11|drm"; then >+ have_omx_platform=yes >+ else >+ have_omx_platform=no >+ fi >+ >+-if echo $platforms | grep -q "x11\|drm\|wayland"; then >++if echo $platforms | egrep -q "x11|drm|wayland"; then >+ have_va_platform=yes >+ else >+ have_va_platform=no > @@ -27096,9 +27106,6 @@ rm -f core conftest.err conftest.$ac_obj > CLANG_LIBDIR=${LLVM_LIBDIR} > fi
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 228673
: 193910