Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2022 23:04:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264007] editors/wxhexeditor: fix build on armv7
Message-ID:  <bug-264007-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264007

            Bug ID: 264007
           Summary: editors/wxhexeditor: fix build on armv7
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: danfe@FreeBSD.org
          Assignee: danfe@FreeBSD.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)
 Attachment #233947 maintainer-approval?(danfe@FreeBSD.org)
             Flags:
                CC: danfe@FreeBSD.org
             Flags: merge-quarterly?

Created attachment 233947
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233947&action=
=3Dedit
editors/wxhexeditor: fix build on armv7

char is an unsigned type on armv7, causing an expression to have
type unsigned int where this is not expected.  Insert a cast to
int to make the code work.

Please MFH this build fix if possible.
Tested with Poudriere on armv7 i386 amd64 FreeBSD 13.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264007-7788>