Date: Wed, 11 Jan 2017 21:19:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213291] [NEW PORT] audio/ardour5: latest version of the Ardour DAW Message-ID: <bug-213291-13-fbQqAiibPC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213291-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213291-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213291 --- Comment #18 from Michael Beer <beerml@sigma6audio.de> --- (In reply to Yuri Victorovich from comment #14) Adding something like this should fix the build for i386: .include <bsd.port.pre.mk> .if ${ARCH} =3D=3D "i386" WITH_ARCH_FLAGS=3D --arch=3D'-msse -mfpmath=3Dsse' --dist-target=3Di= 386 .elif ${ARCH} =3D=3D "amd64" WITH_ARCH_FLAGS=3D --arch=3D'-msse -mfpmath=3Dsse' --dist-target=3Dx= 86_64 .endif .if defined(WITH_ARCH_FLAGS) CONFIGURE_ARGS+=3D ${WITH_ARCH_FLAGS} .endif .include <bsd.port.post.mk> --=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-213291-13-fbQqAiibPC>