summaryrefslogtreecommitdiff
path: root/math/calc/files
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-12-25 23:02:30 +0000
committerBrian Feldman <green@FreeBSD.org>1999-12-25 23:02:30 +0000
commitaae14a1411bc5528d4dc8f78b924b94b9c336663 (patch)
tree044936854ac9575b3bfee8927a622f0f7f37d9a5 /math/calc/files
parentBugfix for something noticed by jmz: $PAGER usage was broken due to (diff)
Use -O.
Notes
Notes: svn path=/head/; revision=24093
Diffstat (limited to 'math/calc/files')
-rw-r--r--math/calc/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/calc/files/patch-ab b/math/calc/files/patch-ab
new file mode 100644
index 000000000000..4263c2e5a14d
--- /dev/null
+++ b/math/calc/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Sun Dec 19 01:48:45 1999
++++ Makefile Sun Dec 19 01:49:31 1999
+@@ -623,7 +623,7 @@
+ #
+ CCWARN= -Wall -Wno-implicit -Wno-comment
+ CCOPT= ${DEBUG} ${NO_SHARED}
+-CCMISC=
++CCMISC= -O
+ #
+ CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC}
+ ICFLAGS= ${CCWARN} ${CCMISC}