Latex on MacMini G4 - issue with TeXLive

I recently installed FreeBSD 10.1 on an old MacMini G4, it runs pretty well.

Next, I wanted to use Latex. I started with the port for TeXLive print/texlive-base but it came up with this error:
Code:
configure: error: Sorry, can not preprocess <lj_arch.h>
=== configuring in luajit failed
I tried a couple of things but what worked eventually was editing the Makefile to add an argument
Code:
 --disable-luajittex /
as the first line in the CONFIGURE_ARGS section.

I would be pleased to know if there are other (and possibly better) ways to achieve this. Also, if the port itself could be corrected to address this issue.
[I understand ppc is Tier2 architecture but still MacMinis are nice machines at least for simple tasks].
 
Back
Top