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

Collapse All | Expand All

(-)games/wxlauncher/Makefile (+2 lines)
Lines 41-46 JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON Link Here
41
JOYSTICK_CMAKE_OFF=	-DUSE_JOYSTICK:BOOL=OFF
41
JOYSTICK_CMAKE_OFF=	-DUSE_JOYSTICK:BOOL=OFF
42
WX3_DESC=	Build with using wxWidgets 3.0+ version (2.8 otherwise)
42
WX3_DESC=	Build with using wxWidgets 3.0+ version (2.8 otherwise)
43
WX3_USE=	WX=3.0+
43
WX3_USE=	WX=3.0+
44
WX3_USES=	compiler:c++11-lib
45
WX3_CXXFLAGS=	-std=c++11
44
WX3_USE_OFF=	WX=2.8
46
WX3_USE_OFF=	WX=2.8
45
47
46
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>

Return to bug 199916