VirtualBox

Changeset 18923 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 15, 2009 10:17:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45986
Message:

CBinding: Add case for FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r18891 r18923  
    4747*   Defined Constants And Macros                                               *
    4848*******************************************************************************/
    49 #if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__)
     49#if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__)
    5050# define DYNLIB_NAME    "VBoxXPCOMC.so"
    5151#elif defined(__APPLE__)
     
    172172    if (tryLoadOne("/Application/VirtualBox.app/Contents/MacOS", 1) == 0)
    173173        return 0;
     174#elif defined(__FreeBSD__)
     175    if (tryLoadOne("/usr/local/lib/virtualbox", 1) == 0)
     176        return 0;
    174177#else
    175178# error "port me"
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