ports/75367: Audacity patch for arch. other than i386 [maintainer-update]
Craig Boston
craig at yekse.gank.org
Tue Dec 21 20:30:23 UTC 2004
>Number: 75367
>Category: ports
>Synopsis: Audacity patch for arch. other than i386 [maintainer-update]
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 21 20:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Craig Boston
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD hostname 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 23 12:54:34 CST 2004 root at hostname:/compile/obj/compile/src/sys/HOSTNAME i386
>Description:
This should fix building on architectures other than i386 which
were failing. The SSE workaround is unnecessary on these as it
is a Pentium4 specific problem.
No PORTREVISION bump should be necessary as it has never compiled
successfully in those conditions.
>How-To-Repeat:
See http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.5.2004100722/audacity-1.2.3.log
>Fix:
--- audacity-i386.diff begins here ---
--- Makefile.orig Tue Dec 21 14:07:16 2004
+++ Makefile Tue Dec 21 14:12:03 2004
@@ -25,7 +25,7 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501103
+.if ${MACHINE_ARCH} == "i386" && ${OSVERSION} >= 501103
SSE_CFLAGS= -mno-sse -mno-sse2
.endif
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
--- audacity-i386.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list