Ticket #30581: patch

File patch, 593 bytes (added by ballapete (Peter "Pete" Dyballa), 13 years ago)

The Patch.

  • configure

    old new  
    31663166    # Define CPP as follows to make autoconf work correctly.
    31673167    CPP="${CC-cc} -E -no-cpp-precomp"
    31683168    # Use fink packages if available.
    3169     if test -d /sw/include && test -d /sw/lib; then
    3170       GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
     3169    if test -d /opt/local/include && test -d /opt/local/lib; then
     3170      GCC_TEST_OPTIONS="-I/opt/local/include -L/opt/local/lib"
    31713171      CPP="${CPP} ${GCC_TEST_OPTIONS}"
    31723172      NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
    31733173    fi