Changeset 40654 in vbox for trunk/src/VBox/RDP
- Timestamp:
- Mar 26, 2012 6:20:52 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/Makefile.kmk
r40651 r40654 61 61 # define __USE_LEGACY_PROTOTYPES__ until our buildbox is updated sufficiently 62 62 rdesktop-vrdp_DEFS.solaris = \ 63 HAVE_SYS_FILIO_H=1 RDPSND_SUN=1 HAVE_ICONV_H=1 STAT_STATVFS64=1 _FILE_OFFSET_BITS=64 \63 HAVE_SYS_FILIO_H=1 RDPSND_SUN=1 HAVE_ICONV_H=1 ICONV_CONST= STAT_STATVFS64=1 _FILE_OFFSET_BITS=64 \ 64 64 DIR_FD_MEMBER_NAME=dd_fd __USE_LEGACY_PROTOTYPES__ HAVE_SYS_VFS_H=1 HAVE_SYS_STATFS_H=1 65 ifdef VBOX_SOLARIS_11_LEGACY_ICONV66 rdesktop-vrdp_DEFS.solaris += VBOX_SOLARIS_11_LEGACY_ICONV ICONV_CONST=const67 else68 rdesktop-vrdp_DEFS.solaris += ICONV_CONST=69 endif70 65 rdesktop-vrdp_DEFS.freebsd = \ 71 66 RDPSND_OSS=1 HAVE_ICONV_H=1 ICONV_CONST=const HAVE_SYS_STATVFS_H=1 _FILE_OFFSET_BITS=64 HAVE_DIRFD=1
Note:
See TracChangeset
for help on using the changeset viewer.