FreeBSD Bugzilla – Attachment 188415 Details for
Bug 223983
sysutils/hal: cleanup of ARCH statement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ARCH specification
hal.patch (text/plain), 388 bytes, created by
Mark Linimon
on 2017-11-30 07:53:42 UTC
(
hide
)
Description:
patch for ARCH specification
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2017-11-30 07:53:42 UTC
Size:
388 bytes
patch
obsolete
>Index: sysutils/hal/Makefile >=================================================================== >--- sysutils/hal/Makefile (revision 454612) >+++ sysutils/hal/Makefile (working copy) >@@ -70,7 +70,7 @@ > > .include <bsd.port.pre.mk> > >-.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") >+.if ${ARCH} == amd64 || ${ARCH} == i386 > RUN_DEPENDS+= dmidecode:sysutils/dmidecode > .endif >
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 223983
: 188415