Changeset 62416 in vbox
- Timestamp:
- Jul 22, 2016 9:58:34 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108967
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r62303 r62416 51 51 ;; 52 52 freebsd) 53 ;; 54 netbsd) 53 55 ;; 54 56 sunos) … … 540 542 "freebsd") wc_bin="binfbsd";; # ?? 541 543 "linux") wc_bin="binl";; 544 "netbsd") wc_bin="binnbsd";; # ?? 542 545 "solaris") wc_bin="binsol";; # ?? 543 546 "os2") wc_bin="binp";; … … 2940 2943 2941 2944 # PulseAudio 2942 if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then2945 if [ "$OS" = "linux" -o "$OS" = "freebsd" -o "$OS" = "netbsd" ]; then 2943 2946 if [ $WITH_PULSE -eq 1 ]; then 2944 2947 check_pulse -
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r57358 r62416 174 174 if (hIconv == (iconv_t)-1) 175 175 { 176 #if def RT_OS_SOLARIS177 /* So laris 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. */ 178 178 if (!*pszInputCS) 179 179 pszInputCS = rtStrGetLocaleCodeset(); -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg
r1 r62416 141 141 #define PR_ALIGN_OF_POINTER 4 142 142 143 #elif defined(__alpha__) 143 #elif defined(__alpha__) || defined(__x86_64__) 144 144 #define IS_LITTLE_ENDIAN 1 145 145 #undef IS_BIG_ENDIAN
Note:
See TracChangeset
for help on using the changeset viewer.