summaryrefslogtreecommitdiff
path: root/www/analog/files/patch-aa
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-06-03 20:37:27 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-06-03 20:37:27 +0000
commitd46a999fa09c90b839c5b9c6dd1be1d17b001569 (patch)
tree33c6529fc2128736c5ed7569abf26df9b1b4a542 /www/analog/files/patch-aa
parentDepend on the textproc/docbook meta-port, instead of explicitly listing (diff)
Love, honor, and obey CC.
Notes
Notes: svn path=/head/; revision=19194
Diffstat (limited to '')
-rw-r--r--www/analog/files/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa
index 31946897109a..cdc9817ebd60 100644
--- a/www/analog/files/patch-aa
+++ b/www/analog/files/patch-aa
@@ -1,8 +1,10 @@
---- Makefile.orig Wed May 19 15:07:25 1999
-+++ Makefile Wed May 19 23:53:39 1999
-@@ -2,10 +2,11 @@
+--- 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
# 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
++CC ?= gcc # which compiler to use: eg cc, acc, gcc. NB Different
# compilers need different CFLAGS, e.g., -O instead of -O2.
-CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
+#CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.