[Bug 213291] [NEW PORT] audio/ardour5: latest version of the Ardour DAW
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 11 21:19:16 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213291
--- Comment #18 from Michael Beer <beerml at 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} == "i386"
WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386
.elif ${ARCH} == "amd64"
WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64
.endif
.if defined(WITH_ARCH_FLAGS)
CONFIGURE_ARGS+= ${WITH_ARCH_FLAGS}
.endif
.include <bsd.port.post.mk>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list