Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2019 07:22:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239437] audio/mixxx: fix build on non-x86
Message-ID:  <bug-239437-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239437
           Summary: audio/mixxx: fix build on non-x86
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
          Assignee: acm@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)

Created attachment 206048
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206048&action=
=3Dedit
patch

Don't optimize for native. It optimizes for the compiling CPU which may bre=
ak
runtime on the user CPU.

It also breaks compilation e.g. on powerpc64, -march=3Dnative is not availa=
ble
there. Bump PORTREVISION because of package change.

Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h for uint
(needed by GCC).

--=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-239437-7788>