diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-09-09 21:29:46 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-09-09 21:29:46 +0000 |
commit | 1ec9ccf931de9272425dc381022da3a31ede7200 (patch) | |
tree | 0a167f5bf3d3b6410032ed075c2a055d2170c6bb /www/analog/files/patch-aa | |
parent | Fix package building problem. (diff) |
upgrade to 3.32
Notes
Notes:
svn path=/head/; revision=21519
Diffstat (limited to 'www/analog/files/patch-aa')
-rw-r--r-- | www/analog/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa index cdc9817ebd60..241af7985c45 100644 --- a/www/analog/files/patch-aa +++ b/www/analog/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Wed May 19 04:07:25 1999 -+++ Makefile Thu Jun 3 13:35:15 1999 -@@ -1,11 +1,12 @@ - # Makefile for analog 3.3 +--- Makefile.orig Wed Sep 1 17:24:44 1999 ++++ Makefile Fri Sep 10 01:02:27 1999 +@@ -1,11 +1,15 @@ + # Makefile for analog 3.32 # 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 @@ -12,11 +12,14 @@ # -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK -DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DEBCDIC ... +#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DEBCDIC ... -+DEFS = -DPREFIX=\"$(PREFIX)\" ++DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \ ++ -DLOGFILE=\"/var/log/httpd-access.log\" \ ++ -DIMAGEDIR=\"/images/\" \ ++ -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" # ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ... # ... -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -25,11 +26,13 @@ +@@ -25,11 +29,13 @@ macinput.o macstuff.o output.o output2.o process.o settings.o \ sort.o tree.o utils.o win32.o HEADERS = analhead.h analhea2.h macdir.h |