[Bug 263953] multimedia/nymphcast: fix build on armv7

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 May 2022 14:46:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263953

            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=233893&action=edit
multimedia/nymphcast: fix build on armv7

The build failed due to an unsupported compiler option
-Wa,-mimplicit-it=thumb.  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 respected.
This can be done e.g. by

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

in the port Makefile.

Tested with Poudriere on armv7 FreeBSD 13.

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