mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- configure.orig Wed Mar 24 10:00:38 2004
|
|
+++ configure Wed Mar 24 10:00:48 2004
|
|
@@ -18775,7 +18775,7 @@
|
|
if test "x$GCC" = "xyes"; then
|
|
case " $CXXFLAGS " in
|
|
*[\ \ ]-Wall[\ \ ]*) ;;
|
|
- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
|
|
+ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
|
|
esac
|
|
fi
|
|
|