diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-19 18:33:21 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-19 18:33:21 +0000 |
commit | 8677ebfb8137068d9e70e53f75f7cc9a763f2a76 (patch) | |
tree | 03fede4957e2c298af769a1a81539033a541f57e /www/analog/files/patch-aa | |
parent | Move $(CFLAGS) to end of line to make user-overrides easier. (diff) |
upgrade to 3.11
Notes
Notes:
svn path=/head/; revision=16187
Diffstat (limited to 'www/analog/files/patch-aa')
-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 83a92ed71e38..d970227f9d01 100644 --- a/www/analog/files/patch-aa +++ b/www/analog/files/patch-aa @@ -1,20 +1,20 @@ ---- Makefile.orig Mon Jun 15 19:57:00 1998 -+++ Makefile Tue Aug 18 21:00:37 1998 +--- Makefile.orig Sat Nov 7 00:27:05 1998 ++++ Makefile Tue Jan 19 21:21:20 1999 @@ -2,10 +2,11 @@ # 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 # compilers need different CFLAGS, e.g., -O instead of -O2. -CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. +#CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. - # HP/UX cc needs -Aa + # HP/UX cc needs -Aa (HP/UX 9) or -Ae (HP/UX 10) # Some Linuces might need -I/usr/src/linux/include -DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOSTRCMP -DEBCDIC +#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOSTRCMP -DEBCDIC +DEFS = -DPREFIX=\"$(PREFIX)\" + # Solaris 2 (SunOS 5) might need DEFS = -DNOSTRCMP OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, VMS # RISCOS, BEOS, BS2000 - LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs -@@ -26,6 +27,8 @@ +@@ -27,6 +28,8 @@ # Form interface options: FORMPROG = anlgform.cgi # The program that processes the data from the form FORMSRC = anlgform.c # The source code for that program |