VirtualBox

Ignore:
Timestamp:
Sep 19, 2007 7:59:52 AM (17 years ago)
Author:
vboxsync
Message:

FreeBSD patches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk

    r4881 r4888  
    6363        $(LIB_SDK_LIBSDL_SDLMAIN)
    6464endif
    65 VBoxSDL_LIBS.linux = \
     65ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11
     66ifneq ($(BUILD_TARGET),solaris) ## @todo Xcursor on solaris.
     67VBoxSDL_LIBS += \
    6668        $(LIB_XCURSOR)
    67 # @todo deal with missing xcursor on solaris.
    68 #VBoxSDL_LIBS.solaris = \
    69 #       $(LIB_XCURSOR)
    70 VBoxSDL_LIBS.solaris += \
     69endif
     70VBoxSDL_LIBPATH = \
     71        $(VBOX_LIBPATH_X11)
     72endif
     73VBoxSDL_LIBS.solaris = \
    7174        $(LIB_X11)
    7275ifdef VBOX_OPENGL
    7376 #VBoxSDL_LIBS.linux += GL
    7477endif
    75 VBoxSDL_LIBPATH.linux = \
    76         $(VBOX_LIBPATH_X11)
    77 VBoxSDL_LIBPATH.solaris = \
    78         $(VBOX_LIBPATH_X11)
    7978VBoxSDL_LDFLAGS.darwin = \
    8079        -framework Foundation -framework AppKit
     
    106105        $(LIB_SDK_LIBSDL_SDLMAIN)
    107106endif
     107
    108108ifdef VBOX_OPENGL
    109109tstSDL_LIBS.linux += GL
    110110endif
     111ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11
     112tstSDL_LIBPATH = \
     113        $(VBOX_LIBPATH_X11)
     114endif
     115
    111116tstSDL_LDFLAGS.darwin = \
    112117        -framework Foundation -framework AppKit
    113 tstSDL_LIBPATH.linux = \
    114         $(VBOX_LIBPATH_X11)
    115 tstSDL_LIBPATH.solaris = \
    116         $(VBOX_LIBPATH_X11)
    117118
    118119tstSDL_CXXFLAGS.win = \
Note: See TracChangeset for help on using the changeset viewer.

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