diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/files/patch-ab | 11 |
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} |