View | Details | Raw Unified | Return to bug 199919 | Differences between
and this patch

Collapse All | Expand All

(-)games/wxlauncher/Makefile (+1 lines)
Lines 39-44 OPTIONS_DEFAULT= JOYSTICK Link Here
39
JOYSTICK_DESC=	Build with joystick support
39
JOYSTICK_DESC=	Build with joystick support
40
JOYSTICK_CMAKE_ON=	-DUSE_JOYSTICK:BOOL=ON
40
JOYSTICK_CMAKE_ON=	-DUSE_JOYSTICK:BOOL=ON
41
JOYSTICK_CMAKE_OFF=	-DUSE_JOYSTICK:BOOL=OFF
41
JOYSTICK_CMAKE_OFF=	-DUSE_JOYSTICK:BOOL=OFF
42
JOYSTICK_CXXFLAGS_OFF=	-DwxDEBUG_LEVEL=0
42
WX3_DESC=	Build with using wxWidgets 3.0+ version (2.8 otherwise)
43
WX3_DESC=	Build with using wxWidgets 3.0+ version (2.8 otherwise)
43
WX3_USE=	WX=3.0+
44
WX3_USE=	WX=3.0+
44
WX3_USE_OFF=	WX=2.8
45
WX3_USE_OFF=	WX=2.8

Return to bug 199919