FreeBSD Bugzilla – Attachment 150054 Details for
Bug 195536
lang/ruby20 fails to build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to disable dtrace on non x86 archs
file_195536.txt (text/plain), 509 bytes, created by
Steve Wills
on 2014-12-01 02:09:37 UTC
(
hide
)
Description:
patch to disable dtrace on non x86 archs
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2014-12-01 02:09:37 UTC
Size:
509 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 373581) >+++ Makefile (working copy) >@@ -86,7 +86,7 @@ > LIBS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} > > .if ${OPSYS} == "FreeBSD" >-.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) >+.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == "amd64" || ${ARCH} == "i386") > CONFIGURE_ARGS+= --enable-dtrace > .else > CONFIGURE_ARGS+= --disable-dtrace
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 195536
:
150044
| 150054