[Bug 250206] audio/ardour6: Fix broken 32-bit build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 8 18:50:51 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250206
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 at FreeBSD.org
Reporter: beerml at sigma6audio.de
Created attachment 218613
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218613&action=edit
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 extension.
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 (>=i686) which was also the case
in previous versions.
Actually I'm still wondering why the build worked in v6.2.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list