Logged In: NO

Oh lord, It messed up all the tabs.

Here is the diff.

================
[17:21:32] ollie@shodan src$diff Makefile Makefile.OSX
19c19,23
< CFLAGS = -O -DEXT94 -DXWINGRAPHX -DPERMUTATE
---
> # COMPILER FLAGS FOR COMPILATION OF OS X
> # YOU _MUST_ HAVE THE APPLE DEVELOPER TOOLS AND X11 INSTALLED.
> # BOTH ARE AVALIABLE ON YOUR OS X DVD.
>
> CFLAGS = -O -Dunix -DEXT94 -DXWINGRAPHX -DPERMUTATE
23c27
< LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11
---
> LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11
36a41,42
>[TAB]@echo If this fails make sure you have the "Developer Tools" and "X11" installed from your OS X DVD.
>[TAB]@echo If you will not be able to use the graphical display unless you run pmars in X11.
=====================