VirtualBox

Changeset 62416 in vbox


Ignore:
Timestamp:
Jul 22, 2016 9:58:34 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108967
Message:

NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on vbox-dev, thanks

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r62303 r62416  
    5151    ;;
    5252  freebsd)
     53    ;;
     54  netbsd)
    5355    ;;
    5456  sunos)
     
    540542    "freebsd")  wc_bin="binfbsd";; # ??
    541543    "linux")    wc_bin="binl";;
     544    "netbsd")   wc_bin="binnbsd";; # ??
    542545    "solaris")  wc_bin="binsol";;  # ??
    543546    "os2")      wc_bin="binp";;
     
    29402943
    29412944  # PulseAudio
    2942   if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then
     2945  if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "netbsd" ]; then
    29432946    if [ $WITH_PULSE -eq 1 ]; then
    29442947      check_pulse
  • trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp

    r57358 r62416  
    174174        if (hIconv == (iconv_t)-1)
    175175        {
    176 #ifdef RT_OS_SOLARIS
    177             /* Solaris doesn't grok empty codeset strings, so help it find the current codeset. */
     176#if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD)
     177            /* Some systems don't grok empty codeset strings, so help it find the current codeset. */
    178178            if (!*pszInputCS)
    179179                pszInputCS = rtStrGetLocaleCodeset();
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg

    r1 r62416  
    141141#define PR_ALIGN_OF_POINTER 4
    142142
    143 #elif defined(__alpha__)
     143#elif defined(__alpha__) || defined(__x86_64__)
    144144#define IS_LITTLE_ENDIAN 1
    145145#undef  IS_BIG_ENDIAN
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette