[MacPorts] #67790: Fix arm64 compilation

MacPorts noreply at macports.org
Fri Jul 21 12:57:28 UTC 2023


#67790: Fix arm64 compilation
-------------------------+--------------------
 Reporter:  rdoeffinger  |      Owner:  (none)
     Type:  defect       |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:
 Keywords:               |       Port:  ht
-------------------------+--------------------
 This simple additional patch makes it compile, and as far as can tell
 work, on AppleSilicon devices:
 https://github.com/sebastianbiallas/ht/pull/31
 Full diff:
 {{{
 diff --git a/httag.h b/httag.h
 index 7f5da1c..5cbd500 100644
 --- a/httag.h
 +++ b/httag.h
 @@ -71,7 +71,7 @@ struct ht_tag_flags {
  struct ht_tag_flags_s {
         char bitidx;
         const char *desc;
 -} PACKED;
 +};

  /* GROUP-TAG */
  #define HT_TAG_GROUP                           0x03
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/67790>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list