mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e4eb04de71
- Shut up all warnings and use the default compiler.
17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
--- configure.orig 2013-02-12 18:02:16.000000000 -0500
|
|
+++ configure 2013-02-12 18:03:06.000000000 -0500
|
|
@@ -15694,13 +15694,6 @@
|
|
CXXFLAGS="$CXXFLAGS -Werror"
|
|
|
|
fi
|
|
-if test x"$GCC" = xyes; then :
|
|
-
|
|
- # Be tough with warnings and produce less careless code
|
|
- CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wendif-labels -Wextra"
|
|
- CXXFLAGS="$CXXFLAGS -Wall -pedantic -Weffc++ -Wshadow -Wendif-labels -Wextra -Wsign-promo -Woverloaded-virtual -Wnon-virtual-dtor -Wsign-promo"
|
|
-
|
|
-fi
|
|
|
|
# Check for curl
|
|
|