Changeset 46768 in vbox
- Timestamp:
- Jun 25, 2013 7:25:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c
r46747 r46768 31 31 #include <unistd.h> 32 32 33 #if defined( BSD)33 #if defined(RT_OS_FREEBSD) 34 34 #include <sys/param.h> 35 35 #include <fcntl.h> … … 60 60 //@todo this could be different... 61 61 #ifdef RT_ARCH_AMD64 62 # ifdef BSD62 # ifdef RT_OS_FREEBSD 63 63 # define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri" 64 64 # define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/" … … 68 68 # endif 69 69 #else 70 # ifdef BSD70 # ifdef RT_OS_FREEBSD 71 71 # define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri" 72 72 # define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/" … … 229 229 #define FAKEDRI_JMP64_PATCH_SIZE 13 230 230 231 #if defined( BSD)231 #if defined(RT_OS_FREEBSD) 232 232 /* Provide basic dladdr1 flags */ 233 233 enum {
Note:
See TracChangeset
for help on using the changeset viewer.