FreeBSD Bugzilla – Attachment 188417 Details for
Bug 223985
lang/python27: minor cleanup to ARCH statement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ARCH specification
python27.patch (text/plain), 558 bytes, created by
Mark Linimon
on 2017-11-30 07:57:46 UTC
(
hide
)
Description:
patch for ARCH specification
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2017-11-30 07:57:46 UTC
Size:
558 bytes
patch
obsolete
>Index: lang/python27/Makefile >=================================================================== >--- lang/python27/Makefile (revision 454612) >+++ lang/python27/Makefile (working copy) >@@ -93,7 +93,7 @@ > PLIST_SUB+= X86_ONLY="@comment " > .endif > >-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 >+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64 > PLIST_SUB+= 32BIT_ONLY="@comment " > .else > PLIST_SUB+= 32BIT_ONLY=""
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 223985
: 188417