Date: Sun, 27 Jun 2010 21:07:56 -0500 (CDT) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148200: [patch] fix multimedia/ffmpeg build on powerpc64 Message-ID: <201006280207.o5S27u3V027795@anacreon.physics.wisc.edu> Resent-Message-ID: <201006280210.o5S2A4Ck087398@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148200 >Category: ports >Synopsis: [patch] fix multimedia/ffmpeg build on powerpc64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 02:10:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nathan Whitehorn >Release: FreeBSD 9.0-CURRENT powerpc64 >Organization: University of Wisconsin >Environment: System: FreeBSD anacreon.physics.wisc.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #6 r209477:209507: Thu Jun 24 09:30:48 CDT 2010 root@anacreon.physics.wisc.edu:/usr/obj/scratch/src/sys/ANACREON powerpc64 >Description: The ffmpeg configure script recognizes only 'ppc64' as a platform ID for 64-bit powerpc, but FreeBSD reports itself as 'powerpc64'. >How-To-Repeat: >Fix: The attached patch adds 'powerpc64' to the configure script (this is ffmpeg revision 22439), and allows ffmpeg to build and work successfully on powerpc64 systems. --- ffmpeg-configure-patch begins here --- --- configure.bak 2010-06-27 15:07:10.000000000 -0500 +++ configure 2010-06-27 15:06:41.000000000 -0500 @@ -1457,7 +1457,7 @@ arch="ppc" enable fast_unaligned ;; - ppc64) + ppc64|powerpc64) arch="ppc" enable fast_64bit enable fast_unaligned --- ffmpeg-configure-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006280207.o5S27u3V027795>