Created attachment 218613 [details] 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.
A commit references this bug: Author: lbartoletti Date: Mon Oct 12 06:26:20 UTC 2020 New revision: 552098 URL: https://svnweb.freebsd.org/changeset/ports/552098 Log: audio/ardour6: Fix broken 32-bit build 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. PR: 250206 Submitted by: Michael Beer (maintainer) Changes: head/audio/ardour6/Makefile head/audio/ardour6/files/
Committed, thanks!
As the quarterly build fails at the moment, it would be nice to have this fix in quarterly aswell.