Solved Xpcom xulrunner dependency causes breaks [Solved]

sossego

Retired from the forums
Gtk and gecko based items won't finish due to a dependency in libxul in the work/mozilla directory.
Code:
./configure
and
Code:
gmake -f client.mk
in succession will give me an error 2. I can't post it on here because it is on the G3.
what arguments am I missing from the gmake statement?
 
Guess this has something to do with it. From www/mozilla Makefile:
Code:
DEPRECATED=     The mozilla team has shifted the development branch of mozilla to \
                seamonkey, this port is outdated and has many vulnerabilities. \
                Please consider using www/seamonkey or www/firefox instead.

www/libxul builds fine.
 
That's where I am having trouble. It's architecture specific.
No problem building on the x86.
 
I'm purposely bumping this thread because I am in the patch directory of libxul.
Problem here is that I don't see a patch or a file with "power" or "ppc" in the name.
None of the .in or .ac files will build/input with automake or autoconf. One of the warnings that comes up is that xptcall has not been implemented on powerpc.
At least I am closer to the root of the problem.
Jabs and stabs are welcome.
Any idea of how I patch this?
 
Back
Top