Building mplayer on 9.1-PRERELEASE host architecture "UNKNOWN"
Justin Hibbits
chmeeedalf at gmail.com
Sat Oct 6 21:21:27 UTC 2012
On Sat, 6 Oct 2012 15:37:34 -0400
Michael Copeland <michael at kryptos-security.com> wrote:
> Configure script fails when detecting $host_arch.
>
> guilty part is:
>
> # host's CPU/instruction set
> case "$(uname -m 2>&1)" in
>
> x86_64|amd64|i[3-9]86*|i86pc|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686)
> host_arch=i386 ;;
> ia64) host_arch=ia64 ;;
> macppc|ppc*|Power*) host_arch=ppc ;;
>
>
> uname -m gives us powerpc, this isn't here, so add it.
>
>
> # host's CPU/instruction set
> case "$(uname -m 2>&1)" in
>
> x86_64|amd64|i[3-9]86*|i86pc|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686)
> host_arch=i386 ;;
> ia64) host_arch=ia64 ;;
> macppc|ppc*|Power*|powerpc) host_arch=ppc ;;
>
>
> builds and installs now.
> _______________________________________________
> freebsd-ppc at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ppc
> To unsubscribe, send any mail to "freebsd-ppc-unsubscribe at freebsd.org"
Can you file a PR for this? This way the ports team can see it and
track it.
- Justin
More information about the freebsd-ppc
mailing list