Hi, Michel.

On Sep 17 2008, Michel Dänzer wrote:
> The attached patch adds the missing CPU detection for powerpc. This
> allows worldwind to run.

I don't know what such package does, but I'll chime in anyway. :-)

> @@ -56,6 +56,7 @@ public class CPU {
> +        (os.startsWith("linux") && cpu.equals("ppc")) ||
> @@ -67,6 +68,7 @@ public class CPU {
> +               (os.startsWith("linux") && cpu.equals("ppc64")) ||

Are all those hardcoded things really necessary? (I understand that this
may not be a question intended to you, but left as a food for thought).

What about the FreeBSD ports on other machines? What about NetBSD?
Having a kilometric list doesn't scale, of course... :-( But as a quick
fix, it seems appropriate, of course.


Regards, Rogério Brito.

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to