mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2ebea84c24
- Update MASTER_SITES - use ports framework instead of trying to work around it - make portlint happy PR: 250986 Submitted by: daniel.engberg.lists@pyret.net
14 lines
516 B
Plaintext
14 lines
516 B
Plaintext
--- configure.ac.orig 2020-11-09 02:33:57 UTC
|
|
+++ configure.ac
|
|
@@ -168,10 +168,6 @@ CC_CHECK_CFLAGS_APPEND([-Wall -Wdisabled-optimization
|
|
[-Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef ]dnl
|
|
[-Wmissing-prototypes -Wshadow])
|
|
|
|
-CC_CHECK_CFLAGS_APPEND([-Werror=implicit-function-declaration ]dnl
|
|
- [-Werror-implicit-function-declaration],
|
|
- [break;])
|
|
-
|
|
CC_CHECK_WERROR
|
|
AS_IF([test "x$enable_werror" = "xyes"], [
|
|
CFLAGS="${CFLAGS} $cc_cv_werror"
|