1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/calc/files/patch-ab
Bill Fumerola f12023a79e (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.
1999-12-26 20:24:22 +00:00

12 lines
295 B
Plaintext

--- 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=
#
-CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC}
+CFLAGS+= ${CCWARN} ${CCOPT} ${CCMISC}
ICFLAGS= ${CCWARN} ${CCMISC}