diff options
Diffstat (limited to 'www/analog/files')
-rw-r--r-- | www/analog/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa index 88c825d62027..a9dcc20615ff 100644 --- a/www/analog/files/patch-aa +++ b/www/analog/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Sun Nov 14 17:17:21 1999 -+++ Makefile Thu Dec 9 06:48:56 1999 +--- Makefile.orig Sat Jan 29 19:01:08 2000 ++++ Makefile Tue Feb 15 22:20:06 2000 @@ -1,11 +1,15 @@ - # Makefile for analog 4.0 + # Makefile for analog 4.02 # Please read docs/Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/ -CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different +#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different @@ -16,10 +16,10 @@ + -DLOGFILE=\"/var/log/httpd-access.log\" \ + -DIMAGEDIR=\"/images/\" \ + -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" - # ... -DEBCDIC -DNEED_STRCMP -DNEED_MEMMOVE ... + # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ... # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -25,7 +29,7 @@ +@@ -27,7 +31,7 @@ input.o macinput.o macstuff.o output.o output2.o process.o settings.o \ sort.o tree.o utils.o win32.o HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h |