freebsd-ports/x11-toolkits/inti/files/patch-configure
Ying-Chieh Liao 972cb30fb7 better way to fix build problem on -stable
Submitted by:	olker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-03-25 01:46:10 +00:00

11 lines
306 B
Text

--- 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