Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 14:46:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263953] multimedia/nymphcast: fix build on armv7
Message-ID:  <bug-263953-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 263953
           Summary: multimedia/nymphcast: 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: adridg@freebsd.org
          Reporter: fuz@fuz.su
                CC: adridg@freebsd.org
          Assignee: adridg@freebsd.org
             Flags: maintainer-feedback?(adridg@freebsd.org)
 Attachment #233893 maintainer-approval?(adridg@freebsd.org)
             Flags:
                CC: adridg@freebsd.org
             Flags: merge-quarterly?

Created attachment 233893
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233893&action=
=3Dedit
multimedia/nymphcast: fix build on armv7

The build failed due to an unsupported compiler option
-Wa,-mimplicit-it=3Dthumb.  This option is not needed when
building with clang, doubly so when building in ARM mode,
which we do.

Please also consider changing the Makefile such that CC and CXX are respect=
ed.
This can be done e.g. by

    MAKE_ARGS=3D GCC=3D${CC} GPP=3D${CXX}

in the port Makefile.

Tested with Poudriere on armv7 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-263953-7788>