perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / openindiana / qemu-kvm / patches / configure.patch
blob629414f5cf142454a516dc7e1e58e9eb41eefe36
1 diff -ruN joyent-illumos-kvm-cmd-8fa43e8.orig/configure joyent-illumos-kvm-cmd-8fa43e8/configure
2 --- joyent-illumos-kvm-cmd-8fa43e8.orig/configure 2011-08-13 18:37:55.000000000 +0100
3 +++ joyent-illumos-kvm-cmd-8fa43e8/configure 2011-08-19 15:30:39.495506247 +0100
4 @@ -755,7 +749,7 @@
5 ;;
6 --enable-sunos-vnic) sunos_vnic="yes"
7 ;;
8 - *) echo "ERROR: unknown option $opt"; show_help="yes"
9 + *) echo "ERROR: unknown option $opt"
11 esac
12 done
13 @@ -1602,7 +1602,7 @@
15 ##########################################
16 # curses probe
17 -curses_list="-lncurses -lcurses"
18 +curses_list="-lcurses"
20 if test "$curses" != "no" ; then
21 curses_found=no