aboutsummaryrefslogtreecommitdiff
path: root/www/analog/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/analog/files/patch-aa')
-rw-r--r--www/analog/files/patch-aa50
1 files changed, 30 insertions, 20 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa
index 8dfc3d77f6e2..60ab16f52f16 100644
--- a/www/analog/files/patch-aa
+++ b/www/analog/files/patch-aa
@@ -1,20 +1,30 @@
---- Makefile.orig Wed Oct 9 09:46:19 1996
-+++ Makefile Mon Oct 21 20:37:22 1996
-@@ -2,7 +2,7 @@
- # Please read Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
- CC = gcc # which compiler to use. 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.
- DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
- OS = UNIX # Operating system: UNIX, DOS, MAC or VMS
- LIBS = -lm # extra libraries needed; Solaris 2 (SunOS 5) needs
-@@ -21,6 +21,8 @@
- 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
-+
-+all: $(PROGRAM)
-
- $(PROGRAM): $(OBJS) $(HEADERS) Makefile
- $(CC) $(CFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS)
+*** Makefile.orig Fri Mar 14 20:33:08 1997
+--- Makefile Sat May 3 03:09:30 1997
+***************
+*** 2,8 ****
+ # Please read 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
+ 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/
+ 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
+ OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC or VMS
+ LIBS = -lm # extra libraries needed; Solaris 2 (SunOS 5) needs
+***************
+*** 22,27 ****
+--- 22,29 ----
+ 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
++
++ all: $(PROGRAM)
+
+ $(PROGRAM): $(OBJS) $(HEADERS) Makefile
+ $(CC) $(CFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS)