diff options
author | ache <ache@FreeBSD.org> | 2000-02-16 03:51:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-02-16 03:51:19 +0800 |
commit | 39717abc2484703714a1852aa0d2b1f99839fe91 (patch) | |
tree | 255859b2872cfdfe8b7e87304cc939dd1a0aa4dc /www/analog/files | |
parent | 6c2a6f0895f09dbb2e11b8670ba12f41ae730342 (diff) | |
download | freebsd-ports-gnome-39717abc2484703714a1852aa0d2b1f99839fe91.tar.gz freebsd-ports-gnome-39717abc2484703714a1852aa0d2b1f99839fe91.tar.zst freebsd-ports-gnome-39717abc2484703714a1852aa0d2b1f99839fe91.zip |
upgrade to 4.02
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 |