Ticket #28611: buildgcc.pl.disable-dialog.patch
File buildgcc.pl.disable-dialog.patch, 420 bytes (added by NF6X (Mark J. Blair), 14 years ago) |
---|
-
buildgcc.pl
old new 5 5 6 6 use warnings 'all'; 7 7 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 = ''; 13 9 14 10 sub SystemCheck($$); # forward declaration 15 11