Lines 1-5
Link Here
|
1 |
--- source/unix/makefile.orig Mon Nov 22 02:12:37 1999 |
1 |
--- source/unix/makefile.orig Mon Nov 22 09:12:37 1999 |
2 |
+++ source/unix/makefile Wed Sep 1 12:40:10 2004 |
2 |
+++ source/unix/makefile Sat Dec 2 03:42:45 2006 |
3 |
@@ -53,7 +53,7 @@ |
3 |
@@ -53,7 +53,7 @@ |
4 |
#CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=586 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) |
4 |
#CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=586 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) |
5 |
|
5 |
|
Lines 19-24
Link Here
|
19 |
# The X11 variable should point to the top-level directory where the X11 |
19 |
# The X11 variable should point to the top-level directory where the X11 |
20 |
# libraries and include files are located. It should really be set in |
20 |
# libraries and include files are located. It should really be set in |
21 |
# your system startup script (ie .cshrc or .profile) so that it can be |
21 |
# your system startup script (ie .cshrc or .profile) so that it can be |
|
|
22 |
@@ -78,7 +75,7 @@ |
23 |
# for some AIX systems: |
24 |
#X11 = /usr/lpp/X11 |
25 |
|
26 |
-X11 = /usr/X11R6 |
27 |
+X11 = $(X11BASE) |
28 |
|
29 |
# You probably won't need to change these if you have the X11 variable |
30 |
# above set properly... |
22 |
@@ -90,10 +87,10 @@ |
31 |
@@ -90,10 +87,10 @@ |
23 |
# Use libXXX.a if you want to force static linking of the libraries. |
32 |
# Use libXXX.a if you want to force static linking of the libraries. |
24 |
# Use -Llibdir -lXXX if you want to use shared libraries (if they are |
33 |
# Use -Llibdir -lXXX if you want to use shared libraries (if they are |