summaryrefslogtreecommitdiff
path: root/math/calc/files
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-26 20:24:22 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-26 20:24:22 +0000
commitf12023a79e94c6fd8694652ff873315515a1516f (patch)
treee6da6b3721990615c13138a4e8019dd5575d2997 /math/calc/files
parentMy tar archive was corrupt. (diff)
(1) Rearrange the MASTER_SITES, if the http service of a machine is down
it's a safe bet that the ftp service would be too. Re-order the MASTER_SITES to try and avoid trying the same broken site twice. (2) Follow the bouncing checksum. The old one might need to be re-added. (3) Respect CFLAGS properly.
Notes
Notes: svn path=/head/; revision=24104
Diffstat (limited to 'math/calc/files')
-rw-r--r--math/calc/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/calc/files/patch-ab b/math/calc/files/patch-ab
index 4263c2e5a14d..08dbcc97e352 100644
--- a/math/calc/files/patch-ab
+++ b/math/calc/files/patch-ab
@@ -4,8 +4,8 @@
#
CCWARN= -Wall -Wno-implicit -Wno-comment
CCOPT= ${DEBUG} ${NO_SHARED}
--CCMISC=
-+CCMISC= -O
+ CCMISC=
#
- CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC}
+-CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC}
++CFLAGS+= ${CCWARN} ${CCOPT} ${CCMISC}
ICFLAGS= ${CCWARN} ${CCMISC}