mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
f12023a79e
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.
12 lines
295 B
Plaintext
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}
|