Ticket #3651: patch-configure.diff

File patch-configure.diff, 500 bytes (added by benwill@…, 19 years ago)

Patch to go with above portfile

  • configure

    old new  
    68706870        echo "$as_me:6870: checking for C++ compiler warning are errors flags" >&5
    68716871echo $ECHO_N "checking for C++ compiler warning are errors flags... $ECHO_C" >&6
    68726872        if test "$GXX" = "yes"; then
    6873                 acx_cxx_warnings_are_errors="-Werror"
     6873                acx_cxx_warnings_are_errors=""
    68746874        fi
    68756875        if test -n "$acx_cxx_warnings_are_errors"; then
    68766876                CXXFLAGS="$CXXFLAGS $acx_cxx_warnings_are_errors"