I was working on porting SDL to irix6.X, and I’ve got things working
upto the linking. I doubt sound will work and probably some other stuff
would be broken, but I was wondering what kind of format we should
submit patches/diffs in?
I did a test by copying SDL to SDL.new and doing:
diff -Nrc SDL SDL.new > patch
Is this close to how we should submit changes or how should we do them?
Send me an encrypted passwd for unix and I’ll open it up for you
and let you know where I’m at.
Here you go… OMPJ5KXMLUQd2
Ok should be all set. Inside your dir there is SDL which is the current
snapshot. Then there is SDL.sgi which is the modified version.
I’m still having problems getting it to link,
I’ll leave it alone until I hear from you.
Also, In the root dir, I started a joystick.c which is a cleaned up
version of a joystick interface from jlib you can look at the orig in
JLIB/SOURCE/TARGET/SVGALIB
and JLIB/SOURCE/TARGET/COMM
It still needs quite a bit of work but I thought it was someplace to start.