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

fix build on -stable

This commit is contained in:
Ying-Chieh Liao 2004-03-26 05:37:42 +00:00
parent 187b3c8497
commit 8ba1e94976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105296

View File

@ -0,0 +1,11 @@
--- 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