1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Unbreak on -STABLE (remove -pedantic-errors)

Approved by: linimon (mentor)
This commit is contained in:
Volker Stolz 2004-03-27 21:36:04 +00:00
parent 8daadabb89
commit c5fd55c394
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105450

View File

@ -0,0 +1,11 @@
--- configure.old Fri Mar 26 10:21:01 2004
+++ configure Fri Mar 26 10:21:13 2004
@@ -8558,7 +8558,7 @@
if test "x$GCC" = "xyes"; then
case " $CXXFLAGS " in
*[\ \ ]-Wall[\ \ ]*) ;;
- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
+ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
esac
fi