Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Oct 2020 18:50:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250206] audio/ardour6: Fix broken 32-bit build
Message-ID:  <bug-250206-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 250206
           Summary: audio/ardour6: Fix broken 32-bit build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: beerml@sigma6audio.de

Created attachment 218613
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218613&action=
=3Dedit
svn diff of port files

This fixes the Intel 32-bit build.
Modification of the original wscript file is no longer necessary.
Setting mmx and 3dnow compiler flags is not really needed.
Setting 3dnow can even be considered as a bug as this is a AMD only extensi=
on.
The build_host_supports_sse flag is only used to throw a warning if the set
configuration doesn't match with the build machines configuration.
The warning can be ignored.
The build requires a SSE capable CPU (>=3Di686) which was also the case=20
in previous versions.
Actually I'm still wondering why the build worked in v6.2.

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