Ticket #28611: buildgcc.pl.disable-dialog.patch

File buildgcc.pl.disable-dialog.patch, 420 bytes (added by NF6X (Mark J. Blair), 13 years ago)

patch 1/3 for mspgcc4

  • buildgcc.pl

    old new  
    55
    66use warnings 'all';
    77
    8 $g_DialogPresent = (`which dialog 2>/dev/null` ne '');
    9 if (!grep { /--default-item/ } `dialog --help 2>&1`) {
    10         # insufficient dialog version (FreeBSD for instance)
    11         $g_DialogPresent = '';
    12 }
     8$g_DialogPresent = '';
    139
    1410sub SystemCheck($$);   # forward declaration
    1511