summaryrefslogtreecommitdiff
path: root/www/analog/files/patch-aa
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-08 18:18:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-08 18:18:26 +0000
commit48f20d3aacbda959953a4395c7136e0e2d659691 (patch)
treed14b281012e331655564924075e1ee4ffc2e6b9a /www/analog/files/patch-aa
parentActivate xbae. (diff)
Upgrade to 2.90beta3
Notes
Notes: svn path=/head/; revision=10447
Diffstat (limited to 'www/analog/files/patch-aa')
-rw-r--r--www/analog/files/patch-aa31
1 files changed, 19 insertions, 12 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa
index 60ab16f52f16..2b47d09ef369 100644
--- a/www/analog/files/patch-aa
+++ b/www/analog/files/patch-aa
@@ -1,25 +1,32 @@
-*** Makefile.orig Fri Mar 14 20:33:08 1997
---- Makefile Sat May 3 03:09:30 1997
+*** Makefile.orig Wed Apr 8 17:37:54 1998
+--- Makefile Wed Apr 8 19:42:19 1998
***************
-*** 2,8 ****
- # Please read Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
+*** 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.
- DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
+ # HP/UX cc needs -Aa
+ # Some Linuces might need -I/usr/src/linux/include
+! DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC or VMS
- LIBS = -lm # extra libraries needed; Solaris 2 (SunOS 5) needs
---- 2,8 ----
- # Please read Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
+ LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs
+ # LIBS = -lnsl and SCO Unix needs LIBS = -lsocket
+--- 2,12 ----
+ # 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.
- DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
+ # HP/UX cc needs -Aa
+ # Some Linuces might need -I/usr/src/linux/include
+! #DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
+! DEFS = -DPREFIX=\"$(PREFIX)\"
OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC or VMS
- LIBS = -lm # extra libraries needed; Solaris 2 (SunOS 5) needs
+ LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs
+ # LIBS = -lnsl and SCO Unix needs LIBS = -lsocket
***************
-*** 22,27 ****
---- 22,29 ----
+*** 26,31 ****
+--- 27,34 ----
FORMSRC = analform.c # The source code for that program
FORMHTML = analogform.html # Where the form itself will go
FORMOPTS = # Extra analog options when constructing the form