Start to recognize NetBSD in configure Open Watcom compiler name is unknown on NetBSD. NetBSD is a supported target in PulseAudio. Other options/features for NetBSD will be enabled later.
This patch is MIT-licensed. Author: Kamil Rytarowski
Start to recognize NetBSD in configure Open Watcom compiler name is unknown on NetBSD. NetBSD is a supported target in PulseAudio. Other options/features for NetBSD will be enabled later. This patch is MIT-licensed. Author: Kamil Rytarowski Index: configure =================================================================== --- configure (wersja 62125) +++ configure (kopia robocza) @@ -51,6 +51,8 @@ ;; freebsd) ;; + netbsd) + ;; sunos) OS='solaris' ;; @@ -539,6 +541,7 @@ "dos") wc_bin="binw";; "freebsd") wc_bin="binfbsd";; # ?? "linux") wc_bin="binl";; + "netbsd") wc_bin="binnbsd";; # ?? "solaris") wc_bin="binsol";; # ?? "os2") wc_bin="binp";; "win") wc_bin="binnt";; @@ -2939,7 +2942,7 @@ [ $WITH_JAVA -eq 1 ] && check_java # PulseAudio - if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then + if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "netbsd" ]; then if [ $WITH_PULSE -eq 1 ]; then check_pulse elif [ $WITH_PULSE -eq 0 ]; then
signature.asc
Description: OpenPGP digital signature
_______________________________________________ vbox-dev mailing list vbox-dev@virtualbox.org https://www.virtualbox.org/mailman/listinfo/vbox-dev